* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
authorRichard Henderson <rth@redhat.com>
Fri, 3 Sep 2004 19:09:39 +0000 (19:09 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 3 Sep 2004 19:09:39 +0000 (19:09 +0000)
        *-*-netware, but add target-libmudflap.
        Consolidate *-*-netware targets (of which really only i?86 exists)
        into a single entry.
        * configure: Likewise.

ChangeLog
configure
configure.in

index 82346c4d49ad82d56dfdb582e9eb115d85ee9978..7a8e85fc6ffcec9fc8e793845eafd87baf663e0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-03  Jan Beulich  <jbeulich@novell.com>
+       * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
+       *-*-netware, but add target-libmudflap.
+       Consolidate *-*-netware targets (of which really only i?86 exists)
+       into a single entry.
+       * configure: Likewise.
+
 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.tpl (sorry): Remove.
index c021b71b241489658b1633e74efb9d06e26f88a2..4a507f3dec804c1872f6906dad728b8e27e7bf52 100755 (executable)
--- a/configure
+++ b/configure
@@ -1203,8 +1203,8 @@ case "${target}" in
        ;;
     esac
     ;;
-  *-*-netware)
-    noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
+  *-*-netware*)
+    noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
     ;;
   *-*-rtems*)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
@@ -2636,10 +2636,7 @@ extra_nmflags_for_target=
 extra_ranlibflags_for_target=
 target_makefile_frag=/dev/null
 case "${target}" in
-  i[3456789]86-*-netware*)
-    target_makefile_frag="config/mt-netware"
-    ;;
-  powerpc-*-netware*)
+  *-*-netware*)
     target_makefile_frag="config/mt-netware"
     ;;
   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
index 546879ac0a56a496bc3b0b895cb6c91b0dbcf29f..3354db154237b3ad340e088d4dc3ff103ab34672 100644 (file)
@@ -419,8 +419,8 @@ case "${target}" in
        ;;
     esac
     ;;
-  *-*-netware)
-    noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
+  *-*-netware*)
+    noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
     ;;
   *-*-rtems*)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
@@ -1441,10 +1441,7 @@ extra_nmflags_for_target=
 extra_ranlibflags_for_target=
 target_makefile_frag=/dev/null
 case "${target}" in
-  i[[3456789]]86-*-netware*)
-    target_makefile_frag="config/mt-netware"
-    ;;
-  powerpc-*-netware*)
+  *-*-netware*)
     target_makefile_frag="config/mt-netware"
     ;;
   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
This page took 0.088923 seconds and 4 git commands to generate.