* mt-spu (all-ld): Depend on all-binutils.
also fix previous ChangeLog entry
This commit is contained in:
parent
cbf4bfcd5b
commit
7706962caf
@ -257,7 +257,6 @@
|
|||||||
2006-12-11 Alan Modra <amodra@bigpond.net.au>
|
2006-12-11 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* configure.in: Handle spu makefile frag.
|
* configure.in: Handle spu makefile frag.
|
||||||
* config/mt-spu: New file.
|
|
||||||
* Makefile.tpl (MAINT): Define
|
* Makefile.tpl (MAINT): Define
|
||||||
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
|
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-27 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* mt-spu (all-ld): Depend on all-binutils.
|
||||||
|
|
||||||
2007-02-18 Alexandre Oliva <aoliva@redhat.com>
|
2007-02-18 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
|
* acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
|
||||||
@ -6,6 +10,10 @@
|
|||||||
(NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
|
(NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
|
||||||
environment variable with build-time tools.
|
environment variable with build-time tools.
|
||||||
|
|
||||||
|
2006-12-11 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* mt-spu: New file.
|
||||||
|
|
||||||
2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
|
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
# spu ld makefile invokes as-new in maintainer mode.
|
# spu ld makefile invokes as-new in maintainer mode.
|
||||||
all-ld: $(MAINT) all-gas
|
all-ld: $(MAINT) all-gas
|
||||||
|
# spu ld makefile invokes bin2c
|
||||||
|
all-ld: all-binutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user