Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-10-07 00:34:49 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-10-07 00:34:49 +0400
commit8375a0566158b0da9fad4a916228a0d909a39c08 (patch)
treeba6707196292be21f3d87a3d9744efa5790fc5f9 /libgloss/Makefile.in
parentcea9b62102c60a001f12b1709868716e3ee23cf5 (diff)
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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index f17aedf5b..83de89fea 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)" \