diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-03 03:38:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-03 03:38:07 +0000 |
commit | 32d23fc219a21c735f3167fab4250b03c950ece1 (patch) | |
tree | dd9d6c554de93ead5b46246e1cd770e46868e4e1 /config/mt-spu | |
parent | cc9b841ce6bfdd8383a76f0f9f4eaf2cf4b2d421 (diff) | |
download | gdb-32d23fc219a21c735f3167fab4250b03c950ece1.zip gdb-32d23fc219a21c735f3167fab4250b03c950ece1.tar.gz gdb-32d23fc219a21c735f3167fab4250b03c950ece1.tar.bz2 |
* mt-spu (all-ld): Update for ld Makefile changes.
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 |