changeset 1159:38406e998811

Honor existing CFLAGS (if any) in binutils build.
author Rob Landley <rob@landley.net>
date Tue, 06 Jul 2010 14:46:15 -0500
parents df7814a794a1
children cf680aa306b3
files sources/sections/binutils.build
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/binutils.build	Tue Jul 06 12:10:26 2010 -0500
+++ b/sources/sections/binutils.build	Tue Jul 06 14:46:15 2010 -0500
@@ -35,7 +35,7 @@
 # Now that it's configured, build and install binutils
 
 make -j $CPUS configure-host &&
-make -j $CPUS CFLAGS="-O2 $STATIC_FLAGS" &&
+make -j $CPUS CFLAGS="-O2 $STATIC_FLAGS $CFLAGS" &&
 make -j $CPUS install &&
 
 # Fix up install