summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.def2
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.tpl2
-rw-r--r--config/ChangeLog7
-rw-r--r--config/mt-mep8
-rw-r--r--config/mt-netware1
-rw-r--r--config/mt-v8103
-rw-r--r--config/mt-wince10
-rwxr-xr-xconfigure9
-rw-r--r--configure.ac9
11 files changed, 19 insertions, 44 deletions
diff --git a/ChangeLog b/ChangeLog
index 7436abe62f..0fa827cdc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-24 Paolo Bonzini <pbonzini@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.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
Sync from GCC:
diff --git a/Makefile.def b/Makefile.def
index 0e63ad3928..d52466d528 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -366,6 +366,8 @@ dependencies = { module=all-gnattools; on=all-target-libada; };
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; };
diff --git a/Makefile.in b/Makefile.in
index fa1c1448f8..128691f989 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -100,8 +100,6 @@ TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@
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@
@@ -60524,6 +60522,7 @@ all-stage3-lto-plugin: maybe-all-stage3-libiberty
all-stage4-lto-plugin: maybe-all-stage4-libiberty
all-stageprofile-lto-plugin: maybe-all-stageprofile-libiberty
all-stagefeedback-lto-plugin: maybe-all-stagefeedback-libiberty
+all-utils: maybe-all-libiberty
configure-mpfr: maybe-all-gmp
configure-stage1-mpfr: maybe-all-stage1-gmp
diff --git a/Makefile.tpl b/Makefile.tpl
index 915d726bb3..09ac8639c5 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -103,8 +103,6 @@ TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@
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@
diff --git a/config/ChangeLog b/config/ChangeLog
index 968f0476e0..de84b8a9fe 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
+
+ * mt-mep: Remove, obsolete.
+ * mt-netware: Remove, obsolete.
+ * mt-wince: Remove, obsolete.
+ * mt-v810: Remove, unused.
+
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-x86omitfp: Remove.
diff --git a/config/mt-mep b/config/mt-mep
deleted file mode 100644
index 849d128a3f..0000000000
--- a/config/mt-mep
+++ /dev/null
@@ -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
-
diff --git a/config/mt-netware b/config/mt-netware
deleted file mode 100644
index 9482f9b36d..0000000000
--- a/config/mt-netware
+++ /dev/null
@@ -1 +0,0 @@
-GDB_NLM_DEPS = all-gcc all-ld
diff --git a/config/mt-v810 b/config/mt-v810
deleted file mode 100644
index f5714f89e8..0000000000
--- a/config/mt-v810
+++ /dev/null
@@ -1,3 +0,0 @@
-CC_FOR_TARGET = ca732 -ansi
-AS_FOR_TARGET = as732
-AR_FOR_TARGET = ar732
diff --git a/config/mt-wince b/config/mt-wince
deleted file mode 100644
index cc7d67b588..0000000000
--- a/config/mt-wince
+++ /dev/null
@@ -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
-
diff --git a/configure b/configure
index e823f9e6bf..f3c6daa0f8 100755
--- a/configure
+++ b/configure
@@ -6749,9 +6749,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"
;;
@@ -6764,9 +6761,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"
;;
@@ -6781,9 +6775,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
diff --git a/configure.ac b/configure.ac
index 78abc7c2d8..30bfda6158 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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