diff options
author | Alan Modra <modra@gmail.com> | 2008-08-03 03:38:07 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2008-08-03 03:38:07 +0000 |
commit | f65427cd09bb3c8b38fe8535a9c08406f8a60ab6 (patch) | |
tree | 79a5ac8287104b70c5e30e3d1c4498216ff68d66 /config | |
parent | e852daa1f5a00e1597aeb9d15ec84e31d648fa3c (diff) | |
download | newlib-f65427cd09bb3c8b38fe8535a9c08406f8a60ab6.zip newlib-f65427cd09bb3c8b38fe8535a9c08406f8a60ab6.tar.gz newlib-f65427cd09bb3c8b38fe8535a9c08406f8a60ab6.tar.bz2 |
* mt-spu (all-ld): Update for ld Makefile changes.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-spu | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 75bee5d..8662c7a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2008-08-03 Alan Modra <amodra@bigpond.net.au> + + * mt-spu (all-ld): Update for ld Makefile changes. + 2008-08-02 Keith Seitz <keiths@redhat.com> * tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to deal 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 |