* Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
[binutils-gdb.git] / binutils / testsuite / Makefile.in
index 2ab747fc422f589daa35baf1f3e9d11cd77da8a2..09a946cacfe849bf47598c79f338202997e10f2c 100644 (file)
@@ -42,7 +42,9 @@ SUBDIRS=
 
 RUNTEST = runtest
 RUNTESTFLAGS = 
-FLAGS_TO_PASS =
+FLAGS_TO_PASS = \
+       "CC=$(CC)" \
+       "CFLAGS=$(CFLAGS)"
 
 #### host, target, and site specific Makefile frags come in here.