EXTRA_TARGET_HOST_* has been obsolete for years, GDB_NLM_DEPS was touched exactly once in 1995, and mt-v810 has no references.

Committed to gcc and src.

Paolo
2011-03-24  Paolo Bonzini  <pbonz...@redhat.com>

        * configure.ac: Remove references to mt-mep, mt-netware,
        mt-wince.
        * Makefile.def: Add all-utils soft dependencies.
        * Makefile.tpl: Remove GDB_NLM_DEPS.

config:
2011-03-24  Paolo Bonzini  <pbonz...@redhat.com>

        * mt-mep: Remove, obsolete.
        * mt-netware: Remove, obsolete.
        * mt-wince: Remove, obsolete.
        * mt-v810: Remove, unused.

Index: Makefile.def
===================================================================
--- Makefile.def        (revision 171417)
+++ Makefile.def        (working copy)
@@ -366,6 +366,8 @@ dependencies = { module=all-gnattools; o
 
 dependencies = { module=all-lto-plugin; on=all-libiberty; };
 
+dependencies = { module=all-utils; on=all-libiberty; };
+
 dependencies = { module=configure-mpfr; on=all-gmp; };
 dependencies = { module=configure-mpc; on=all-mpfr; };
 dependencies = { module=configure-ppl; on=all-gmp; };
Index: Makefile.tpl
===================================================================
--- Makefile.tpl        (revision 171416)
+++ Makefile.tpl        (working copy)
@@ -103,8 +103,6 @@ TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_C
 tooldir = @tooldir@
 build_tooldir = @build_tooldir@
 
-GDB_NLM_DEPS = 
-
 # This is the name of the environment variable used for the path to
 # the libraries.
 RPATH_ENVVAR = @RPATH_ENVVAR@
Index: configure.ac
===================================================================
--- configure.ac        (revision 171421)
+++ configure.ac        (working copy)
@@ -2233,9 +2233,6 @@ extra_nmflags_for_target=
 extra_ranlibflags_for_target=
 target_makefile_frag=/dev/null
 case "${target}" in
-  mep*-*-*)
-    target_makefile_frag="config/mt-mep"
-    ;;
   spu-*-*)
     target_makefile_frag="config/mt-spu"
     ;;
@@ -2248,9 +2245,6 @@ case "${target}" in
   mips*-*-*linux* | mips*-*-gnu*)
     target_makefile_frag="config/mt-mips-gnu"
     ;;
-  *-*-netware*)
-    target_makefile_frag="config/mt-netware"
-    ;;
   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
     target_makefile_frag="config/mt-gnu"
     ;;
@@ -2265,9 +2259,6 @@ case "${target}" in
     # ranlib before Darwin10 requires the -c flag to look at common symbols.
     extra_ranlibflags_for_target=" -c"
     ;;
-  mips*-*-pe | sh*-*-pe | *arm-wince-pe)
-    target_makefile_frag="config/mt-wince"
-    ;;
 esac
 
 alphaieee_frag=/dev/null
Index: config/mt-mep
===================================================================
--- config/mt-mep       (revision 171414)
+++ config/mt-mep       (working copy)
@@ -1,8 +0,0 @@
-
-EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
-EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) 
install-utils
-
-all-utils : all-libiberty
-
-install-utils : all-libiberty
-
Index: config/mt-v810
===================================================================
--- config/mt-v810      (revision 171414)
+++ config/mt-v810      (working copy)
@@ -1,3 +0,0 @@
-CC_FOR_TARGET = ca732 -ansi
-AS_FOR_TARGET = as732
-AR_FOR_TARGET = ar732
Index: config/mt-netware
===================================================================
--- config/mt-netware   (revision 171414)
+++ config/mt-netware   (working copy)
@@ -1 +0,0 @@
-GDB_NLM_DEPS = all-gcc all-ld
Index: config/mt-wince
===================================================================
--- config/mt-wince     (revision 171414)
+++ config/mt-wince     (working copy)
@@ -1,10 +0,0 @@
-# For Windows CE, we need to build the program that converts, copies,
-# and renames the platform SDK files into gcc directories.
-
-EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
-EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) 
install-utils
-
-all-utils : all-libiberty
-
-install-utils : all-libiberty
-

Reply via email to