* configure.in: Remove two redundant tests.
authorDJ Delorie <dj@redhat.com>
Thu, 11 Jul 2002 20:14:41 +0000 (20:14 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 11 Jul 2002 20:14:41 +0000 (20:14 +0000)
ChangeLog
configure.in

index bc9fa6ab5bab2ef6fd41c2cbb57cfb97e2152b08..9f3934945c1c192301ee78727a6de041baea0e0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.in: Remove two redundant tests.
+
 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * configure.in (mips*-*-irix6*o32): Enable stabs.
index adde9145a782765ca0a6a7b0c735784f20a1286c..ed4f7a78a12906af7eb7a03044eb41ce8d16bb07 100644 (file)
@@ -1419,10 +1419,7 @@ else
 fi
 
 FLAGS_FOR_TARGET=
-case " $skipdirs " in
-*" target-newlib "*) ;;
-*)
- case " $target_configdirs " in
+case " $target_configdirs " in
  *" newlib "*)
   case " $targargs " in
   *" --with-newlib "*)
@@ -1470,8 +1467,6 @@ case " $skipdirs " in
    ;;
   esac
   ;;
- esac
- ;;
 esac
 
 # On Canadian crosses, we'll be searching the right directories for
@@ -1483,7 +1478,7 @@ if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
 fi
 
-if test "x${use_gnu_ld}" = x && test "x${with_gnu_ld}" != xno &&
+if test "x${use_gnu_ld}" = x &&
    echo " ${configdirs} " | grep " ld " > /dev/null ; then
   # Arrange for us to find uninstalled linker scripts.
   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
This page took 0.028725 seconds and 4 git commands to generate.