diff options
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 7e6edd1..97665a6 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -143,6 +143,8 @@ OPCODES = $(OPCODEDIR)/libopcodes.a RUNTEST = runtest RUNTESTFLAGS = FLAGS_TO_PASS = \ + "CC=$(CC)" \ + "CFLAGS=$(CFLAGS)" \ "RUNTEST=$(RUNTEST)" \ "RUNTESTFLAGS=$(RUNTESTFLAGS) \ SIZE=`if [ -f $$rootme/$(SIZE_PROG) ] ; then echo $$rootme/$(SIZE_PROG) ; else echo $(SIZE_PROG); fi` \ |