diff options
author | Alan Modra <amodra@bigpond.net.au> | 2006-12-11 06:43:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2006-12-11 17:13:16 +1030 |
commit | 58e241475ba46ee58cf83f095bd6c547dcf843ed (patch) | |
tree | dc29dbc8f47fd7eabd3df8cdf0688e08ffe04d3c /config/mt-spu | |
parent | 9b6f37a0259f8e6488d447a26fa17214169e46f4 (diff) | |
download | gcc-58e241475ba46ee58cf83f095bd6c547dcf843ed.zip gcc-58e241475ba46ee58cf83f095bd6c547dcf843ed.tar.gz gcc-58e241475ba46ee58cf83f095bd6c547dcf843ed.tar.bz2 |
configure.in: Handle spu makefile frag.
* configure.in: Handle spu makefile frag.
* config/mt-spu: New file.
* Makefile.tpl (MAINT): Define
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r119729
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 new file mode 100644 index 0000000..4836433 --- /dev/null +++ b/config/mt-spu @@ -0,0 +1,2 @@ +# spu ld makefile invokes as-new in maintainer mode. +all-ld: $(MAINT) all-gas |