* configure.in: Remove two redundant tests.
This commit is contained in:
parent
8289ddfef6
commit
3191dc1731
|
@ -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>
|
2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* configure.in (mips*-*-irix6*o32): Enable stabs.
|
* configure.in (mips*-*-irix6*o32): Enable stabs.
|
||||||
|
|
|
@ -1419,10 +1419,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FLAGS_FOR_TARGET=
|
FLAGS_FOR_TARGET=
|
||||||
case " $skipdirs " in
|
case " $target_configdirs " in
|
||||||
*" target-newlib "*) ;;
|
|
||||||
*)
|
|
||||||
case " $target_configdirs " in
|
|
||||||
*" newlib "*)
|
*" newlib "*)
|
||||||
case " $targargs " in
|
case " $targargs " in
|
||||||
*" --with-newlib "*)
|
*" --with-newlib "*)
|
||||||
|
@ -1470,8 +1467,6 @@ case " $skipdirs " in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# On Canadian crosses, we'll be searching the right directories for
|
# 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'
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
|
||||||
fi
|
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
|
echo " ${configdirs} " | grep " ld " > /dev/null ; then
|
||||||
# Arrange for us to find uninstalled linker scripts.
|
# Arrange for us to find uninstalled linker scripts.
|
||||||
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
|
||||||
|
|
Loading…
Reference in New Issue