diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 43f9ec8..a9a4b85 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 Ulrich Weigand <uweigand@de.ibm.com> + + * configure.tgt (NATIVE_LIB_DIRS): Specify for spu-*-elf*. + 2006-12-12 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.am (ld_TEXINFOS): Set. diff --git a/ld/configure.tgt b/ld/configure.tgt index 82de7f5..742f1b1 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -638,6 +638,11 @@ sparc*-*-solaris2*) NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib' ;; +spu-*-elf*) + # This allows to build a pair of PPU/SPU toolchains with common sysroot. + NATIVE_LIB_DIRS='/usr/spu/lib' + ;; + i[03-9x]86-*-cygwin*) NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api' ;; |