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.
This commit is contained in:
Jeff Johnston 2002-05-22 18:25:12 +00:00
parent 1d2b71d6a3
commit 19f111bd75
3 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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)" \

View File

@ -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)" \