2006-10-06 Jeff Johnston <jjohnstn@redhat.com>

* Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
        FLAGS_TO_PASS.
This commit is contained in:
Jeff Johnston 2006-10-06 20:34:49 +00:00
parent cea9b62102
commit 8375a05661
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-10-06 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
FLAGS_TO_PASS.
2006-10-03 Jeff Johnston <jjohnstn@redhat.com>
* arm/linux-syscalls0.c: Rewrite bx insn architecture flag check

View File

@ -72,6 +72,8 @@ MAKEOVERRIDES=
FLAGS_TO_PASS = \
"CC=$(CC)" \
"CFLAGS=$(CFLAGS)" \
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
"CCASFLAGS=$(CCASFLAGS)" \
"AR=$(AR)" \
"RANLIB=$(RANLIB)" \
"AR_FLAGS=$(AR_FLAGS)" \