svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Tue Jan 24 18:25:52 UTC 2006
Author: aldot
Date: 2006-01-24 10:25:51 -0800 (Tue, 24 Jan 2006)
New Revision: 13567
Log:
- correct flag for gcc-3.x
Modified:
trunk/busybox/Rules.mak
Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak 2006-01-24 18:15:20 UTC (rev 13566)
+++ trunk/busybox/Rules.mak 2006-01-24 18:25:51 UTC (rev 13567)
@@ -139,7 +139,7 @@
ifeq ($(CONFIG_BUILD_AT_ONCE),y)
# gcc 2.95 exits with 0 for "unrecognized option"
ifeq ($(strip $(shell [ $(CC_MAJOR) -ge 3 ] ; echo $$?)),0)
- OPTIMIZATION+=$(call check_gcc,-combine,)
+ OPTIMIZATION+=$(call check_gcc,--combine,)
endif
OPTIMIZATION+=$(call check_gcc,-funit-at-a-time,)
PROG_CFLAGS+=$(call check_gcc,-fwhole-program,)
More information about the busybox-cvs
mailing list