diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-10-06 20:34:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-10-06 20:34:49 +0000 |
commit | 8375a0566158b0da9fad4a916228a0d909a39c08 (patch) | |
tree | ba6707196292be21f3d87a3d9744efa5790fc5f9 /libgloss/Makefile.in | |
parent | cea9b62102c60a001f12b1709868716e3ee23cf5 (diff) | |
download | newlib-8375a0566158b0da9fad4a916228a0d909a39c08.zip newlib-8375a0566158b0da9fad4a916228a0d909a39c08.tar.gz newlib-8375a0566158b0da9fad4a916228a0d909a39c08.tar.bz2 |
2006-10-06 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
FLAGS_TO_PASS.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r-- | libgloss/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in index f17aedf..83de89f 100644 --- a/libgloss/Makefile.in +++ b/libgloss/Makefile.in @@ -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)" \ |