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:
parent
1d2b71d6a3
commit
19f111bd75
@ -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.
|
||||
|
@ -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)" \
|
||||
|
@ -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)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user