* ld-scripts/default-script.exp: Add "--local-store 0:0" to

LDFLAGS for spu.
This commit is contained in:
Alan Modra
2007-02-01 05:12:11 +00:00
parent 3e41d55fb4
commit b25b09cb7e
2 changed files with 9 additions and 0 deletions

View File

@@ -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.