* configure.tgt [spu-*-elf*]: Set NATIVE_LIB_DIRS to '/lib'.

This commit is contained in:
Ulrich Weigand 2008-11-17 20:11:48 +00:00
parent a721238407
commit d7b99e76e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-11-17 Ulrich Weigand <uweigand@de.ibm.com>
* configure.tgt [spu-*-elf*]: Set NATIVE_LIB_DIRS to '/lib'.
2008-11-17 Nick Clifton <nickc@redhat.com>
* ldver.c: Update copyright year.

View File

@ -678,7 +678,7 @@ sparc*-*-solaris2*)
spu-*-elf*)
# This allows to build a pair of PPU/SPU toolchains with common sysroot.
NATIVE_LIB_DIRS='/usr/spu/lib'
NATIVE_LIB_DIRS='/lib'
;;
i[03-9x]86-*-cygwin*)