diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-11 19:54:04 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-11 19:54:04 +0000 |
commit | 753fca8af8b1c538c0a10bc9cd59cd7b06b1d80d (patch) | |
tree | f94e253e8edfc0a51dd29df5e221e1a93af6e9f3 /configure.in | |
parent | 61ab9ea99590d7c535ab33300da65ed3348fe0db (diff) | |
download | linaro-gcc-753fca8af8b1c538c0a10bc9cd59cd7b06b1d80d.tar.gz linaro-gcc-753fca8af8b1c538c0a10bc9cd59cd7b06b1d80d.tar.bz2 linaro-gcc-753fca8af8b1c538c0a10bc9cd59cd7b06b1d80d.zip |
* configure.in: Remove two redundant tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.in b/configure.in index adde9145a78..ed4f7a78a12 100644 --- a/configure.in +++ b/configure.in @@ -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' |