* m16.igen (break): Call SignalException not sim_engine_halt.
[deliverable/binutils-gdb.git] / configure
index fbf5ab58479b1090d2f354f147b86caf3d47eb51..06bd1a1308dcef33f324a859d577d5473b4ec542 100755 (executable)
--- a/configure
+++ b/configure
@@ -753,17 +753,6 @@ target_vendor=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 target_os=`echo $result | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 target=${target_cpu}-${target_vendor}-${target_os}
 
-if [ x${target} != x${build} -a x${build} = x${host} ]; then
-    if [ x${gcc_version} != x -a ! -d ${prefix}/lib/gcc-lib/${target_alias}/${gcc_version} ]; then
-       echo "Please create the directory:" 1>&2
-       echo 1>&2
-       echo "  ${prefix}/lib/gcc-lib/${target_alias}/${gcc_version}" 1>&2
-       echo 1>&2
-       echo "first for successful cross-compilation." 1>&2
-       exit 1
-    fi
-fi
-
 . ${tmpfile}.tgt
 
 # Find the source files, if location was not specified.
This page took 0.024691 seconds and 4 git commands to generate.