diff options
author | Alan Modra <amodra@bigpond.net.au> | 2008-08-03 03:37:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2008-08-03 13:07:55 +0930 |
commit | d6833cf9a69f8b88e36a37f06d0c038161f5c0fb (patch) | |
tree | 9097a6b4da84d1104a7bcd755317890e41f919df /config/mt-spu | |
parent | 3b67e3cc923160a1150f31a2a92ef8a23a5c7bbe (diff) | |
download | gcc-d6833cf9a69f8b88e36a37f06d0c038161f5c0fb.zip gcc-d6833cf9a69f8b88e36a37f06d0c038161f5c0fb.tar.gz gcc-d6833cf9a69f8b88e36a37f06d0c038161f5c0fb.tar.bz2 |
mt-spu (all-ld): Update for ld Makefile changes.
* mt-spu (all-ld): Update for ld Makefile changes.
From-SVN: r138562
Diffstat (limited to 'config/mt-spu')
-rw-r--r-- | config/mt-spu | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/mt-spu b/config/mt-spu index c2dbc66..7efa74c 100644 --- a/config/mt-spu +++ b/config/mt-spu @@ -1,4 +1,2 @@ -# spu ld makefile invokes as-new in maintainer mode. -all-ld: $(MAINT) all-gas -# spu ld makefile invokes bin2c -all-ld: all-binutils +# spu ld makefile invokes as-new and bin2c in maintainer mode. +all-ld: $(MAINT) all-gas all-binutils |