forked from pool/binutils
17 lines
417 B
Diff
17 lines
417 B
Diff
|
|
ChangeLog:
|
|
|
|
* configure.tgt [spu-*-elf*]: Set NATIVE_LIB_DIRS to '/lib'.
|
|
|
|
--- ld/configure.tgt.orig 2008-11-05 18:44:25.000000000 +0100
|
|
+++ ld/configure.tgt 2008-11-05 18:45:01.000000000 +0100
|
|
@@ -676,7 +676,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*)
|