diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-12-15 05:49:28 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-12-15 05:49:28 +0000 |
commit | a6c73b34d023bad03cf779d6b252596c6f0f16ff (patch) | |
tree | 8813b577b160564bd7b0e75fdd1c211c3cee4e87 /ld | |
parent | f6cf9273b303df38238008c8be44bed4633afd9c (diff) | |
download | gdb-a6c73b34d023bad03cf779d6b252596c6f0f16ff.zip gdb-a6c73b34d023bad03cf779d6b252596c6f0f16ff.tar.gz gdb-a6c73b34d023bad03cf779d6b252596c6f0f16ff.tar.bz2 |
* configure.tgt (NATIVE_LIB_DIRS): Specify for spu-*-elf*.
Diffstat (limited to 'ld')
-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' ;; |