projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6cf927
)
* configure.tgt (NATIVE_LIB_DIRS): Specify for spu-*-elf*.
author
Ben Elliston
<bje@au.ibm.com>
Fri, 15 Dec 2006 05:49:28 +0000
(
05:49
+0000)
committer
Ben Elliston
<bje@au.ibm.com>
Fri, 15 Dec 2006 05:49:28 +0000
(
05:49
+0000)
ld/ChangeLog
patch
|
blob
|
history
ld/configure.tgt
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 43f9ec8ee5637355d03f3187987c6e41b5d004fe..a9a4b85268c0c2c3df03ecc518c19934f1ba6976 100644
(file)
--- 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 82de7f533df4ee5b9d0d91b11723884461d19e52..742f1b181608939f9e69e15be4c60b394772fea4 100644
(file)
--- 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'
;;