From 1ba7cb8018d27816d3a6a0dc0966e69ebfd9f9e6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 27 Feb 2007 09:01:58 +0000 Subject: [PATCH] mt-spu (all-ld): Depend on all-binutils. * mt-spu (all-ld): Depend on all-binutils. also fix previous ChangeLog entry From-SVN: r122362 --- ChangeLog | 1 - config/ChangeLog | 8 ++++++++ config/mt-spu | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1c3ba098323..28375a32ccb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -259,7 +259,6 @@ 2006-12-11 Alan Modra * configure.in: Handle spu makefile frag. - * config/mt-spu: New file. * Makefile.tpl (MAINT): Define (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. * configure: Regenerate. diff --git a/config/ChangeLog b/config/ChangeLog index fdc2ebf7b000..84cf9a001296 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2007-02-27 Alan Modra + + * mt-spu (all-ld): Depend on all-binutils. + 2007-02-18 Alexandre Oliva * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as @@ -6,6 +10,10 @@ (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override environment variable with build-time tools. +2006-12-11 Alan Modra + + * mt-spu: New file. + 2007-02-09 Daniel Jacobowitz * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG diff --git a/config/mt-spu b/config/mt-spu index 483643328710..c2dbc66e9997 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 -- 2.39.5