diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-27 09:01:58 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-27 09:01:58 +0000 |
commit | c6342c796bb50a8a8221c2d62537a8292144eea2 (patch) | |
tree | 0480d8236e2842cdd922ca78f4ace5ae6940bb1d /config/mt-spu | |
parent | eaa8ccb97112bf6e8e4c95f5fa5a26d7a0bfeffa (diff) | |
download | gcc-c6342c796bb50a8a8221c2d62537a8292144eea2.tar.gz |
* mt-spu (all-ld): Depend on all-binutils.
also fix previous ChangeLog entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mt-spu')
-rw-r--r-- | config/mt-spu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mt-spu b/config/mt-spu index 48364332871..c2dbc66e999 100644 --- a/config/mt-spu +++ b/config/mt-spu @@ -1,2 +1,4 @@ # spu ld makefile invokes as-new in maintainer mode. all-ld: $(MAINT) all-gas +# spu ld makefile invokes bin2c +all-ld: all-binutils |