* 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.
This commit is contained in:
Alan Modra 2006-12-11 06:47:57 +00:00
parent 18bff3e03b
commit e53c5df0a1
6 changed files with 158 additions and 135 deletions

View File

@ -1,3 +1,12 @@
2006-12-11 Alan Modra <amodra@bigpond.net.au>
* 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.
2006-12-11 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.

View File

@ -70,6 +70,9 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
LN = @LN@
LN_S = @LN_S@
MAINT = @MAINT@
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
# -------------------------------------------------
# Miscellaneous non-standard autoconf-set variables

View File

@ -73,6 +73,9 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
LN = @LN@
LN_S = @LN_S@
MAINT = @MAINT@
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
# -------------------------------------------------
# Miscellaneous non-standard autoconf-set variables

2
config/mt-spu Normal file
View File

@ -0,0 +1,2 @@
# spu ld makefile invokes as-new in maintainer mode.
all-ld: $(MAINT) all-gas

273
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1623,6 +1623,9 @@ extra_nmflags_for_target=
extra_ranlibflags_for_target=
target_makefile_frag=/dev/null
case "${target}" in
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;