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
parentcea9b62102c60a001f12b1709868716e3ee23cf5 (diff)
2006-10-06 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to FLAGS_TO_PASS.
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 4d493f3d8..a55b354f6 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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
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)" \