Browse Source

* 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.
drow-reverse-20070409-branch
Alan Modra 20 years ago
parent
commit
77d7106fc6
  1. 9
      ChangeLog
  2. 3
      Makefile.in
  3. 3
      Makefile.tpl
  4. 2
      config/mt-spu
  5. 273
      configure
  6. 3
      configure.in

9
ChangeLog

@ -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.

3
Makefile.in

@ -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

3
Makefile.tpl

@ -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

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

273
configure

File diff suppressed because it is too large

3
configure.in

@ -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"
;;

Loading…
Cancel
Save