diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-01 05:12:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-01 05:12:11 +0000 |
commit | b25b09cb7ee16880b59f80848071b623d1a20c8f (patch) | |
tree | dae703dcb75dddaed40dbbba881c74b2101caf17 /ld/testsuite/ld-scripts/default-script.exp | |
parent | 3e41d55fb432b500085c4e8bfa8574b63df90a08 (diff) | |
download | gdb-b25b09cb7ee16880b59f80848071b623d1a20c8f.zip gdb-b25b09cb7ee16880b59f80848071b623d1a20c8f.tar.gz gdb-b25b09cb7ee16880b59f80848071b623d1a20c8f.tar.bz2 |
* ld-scripts/default-script.exp: Add "--local-store 0:0" to
LDFLAGS for spu.
Diffstat (limited to 'ld/testsuite/ld-scripts/default-script.exp')
-rw-r--r-- | ld/testsuite/ld-scripts/default-script.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/default-script.exp b/ld/testsuite/ld-scripts/default-script.exp index ade4259..e496e9c 100644 --- a/ld/testsuite/ld-scripts/default-script.exp +++ b/ld/testsuite/ld-scripts/default-script.exp @@ -16,6 +16,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +if { [istarget spu*-*-*] } { + set LDFLAGS "$LDFLAGS --local-store 0:0" +} + set test_list [lsort [glob -nocomplain $srcdir/$subdir/default-script*.d]] foreach t $test_list { # We need to strip the ".d", but can leave the dirname. |