[Buildroot] svn commit: trunk/buildroot/toolchain

aldot at uclibc.org aldot at uclibc.org
Wed Mar 21 10:55:02 UTC 2007


Author: aldot
Date: 2007-03-21 03:55:02 -0700 (Wed, 21 Mar 2007)
New Revision: 18194

Log:
- add CFLAGS_COMBINE check


Modified:
   trunk/buildroot/toolchain/Makefile.in


Changeset:
Modified: trunk/buildroot/toolchain/Makefile.in
===================================================================
--- trunk/buildroot/toolchain/Makefile.in	2007-03-21 10:54:24 UTC (rev 18193)
+++ trunk/buildroot/toolchain/Makefile.in	2007-03-21 10:55:02 UTC (rev 18194)
@@ -16,6 +16,8 @@
 
 # late binding check to see if the target cc supports -fwhole-program
 CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,)
+# gcc-3.4 would need -combine, I only support 4.2, which correctly uses '--'
+CFLAGS_COMBINE = $(call cc-option,--combine,)
 
 # gcc has a bunch of needed stuff....
 include toolchain/gcc/Makefile.in




More information about the buildroot mailing list