diff options
author | Alan Modra <amodra@bigpond.net.au> | 2006-12-11 06:47:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2006-12-11 06:47:57 +0000 |
commit | b72efd5205c71027d2d31090414fb9f2a40a6b63 (patch) | |
tree | d5e8c5213b2f29c543696f93d714299fec2168d5 /config | |
parent | 0d562a95dfcdc0cfd0c2455b30f9dc97a9cecb95 (diff) | |
download | gdb-b72efd5205c71027d2d31090414fb9f2a40a6b63.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.
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 |