aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog7
-rw-r--r--newlib/Makefile.am2
-rw-r--r--newlib/Makefile.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 15c3ccb..0bd739a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
+
+ * Makefile.am: Don't pass $toollibdir down directly in
+ AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir.
+ Pass it under the name: top_toollibdir.
+ * Makefile.in: Regenerated.
+
2002-05-22 Corinna Vinschen <vinschen@redhat.com>
* libc/include/sys/types.h: Revert previous patch.
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 38031f9..c301b8c 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -43,7 +43,7 @@ AM_MAKEFLAGS = \
"libdir=$(libdir)" \
"prefix=$(prefix)" \
"tooldir=$(tooldir)" \
- "toollibdir=$(toollibdir)" \
+ "top_toollibdir=$(toollibdir)" \
"AR=$(AR)" \
"AS=$(AS)" \
"CC=$(CC_FOR_NEWLIB)" \
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index c119be6..a293b1f 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -140,7 +140,7 @@ AM_MAKEFLAGS = \
"libdir=$(libdir)" \
"prefix=$(prefix)" \
"tooldir=$(tooldir)" \
- "toollibdir=$(toollibdir)" \
+ "top_toollibdir=$(toollibdir)" \
"AR=$(AR)" \
"AS=$(AS)" \
"CC=$(CC_FOR_NEWLIB)" \