diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-11 06:43:16 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-11 06:43:16 +0000 |
commit | 57c7de112adba4427322df2513a136e136e4ed05 (patch) | |
tree | dc29dbc8f47fd7eabd3df8cdf0688e08ffe04d3c /config | |
parent | e3c9d32f80bc4e8bfce8e89ec62e6a20c14d5be2 (diff) | |
download | gcc-57c7de112adba4427322df2513a136e136e4ed05.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-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 00000000000..48364332871 --- /dev/null +++ b/config/mt-spu @@ -0,0 +1,2 @@ +# spu ld makefile invokes as-new in maintainer mode. +all-ld: $(MAINT) all-gas |