18181954 Fix zip update to be really 64-bit
authorJiri Kukacka <jiri.kukacka@oracle.com>
Tue, 04 Feb 2014 08:00:12 -0800
changeset 1736 03b0c559040f
parent 1735 2c35e21b08a3
child 1737 e1540de314ca
18181954 Fix zip update to be really 64-bit
components/zip/Makefile
--- a/components/zip/Makefile	Mon Mar 03 04:03:28 2014 -0800
+++ b/components/zip/Makefile	Tue Feb 04 08:00:12 2014 -0800
@@ -43,7 +43,8 @@
 
 # The Makefile we want is under unix/Makefile
 COMPONENT_BUILD_ARGS += -f unix/Makefile
-COMPONENT_BUILD_TARGETS += generic CC=$(CC)
+CC += $(CC_BITS)
+COMPONENT_BUILD_TARGETS += generic CC="$(CC)"
 COMPONENT_INSTALL_ARGS += -f unix/Makefile
 
 # This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.