summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-05-18 17:11:17 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-05-18 17:11:17 +0000
commit16ee897daa2d38e5cd63ba615d9856c4de9312b6 (patch)
tree569bf26a212adc987adbe1710a10a3212fbf0715 /configure
parent09e90eb479df8fb5d9b393383825f360b9a4c715 (diff)
downloadppe42-binutils-16ee897daa2d38e5cd63ba615d9856c4de9312b6.tar.gz
ppe42-binutils-16ee897daa2d38e5cd63ba615d9856c4de9312b6.zip
20000-05-18 H.J. Lu (hjl@gnu.org)
* configure: Ask to create the gcc directory for cross compiling if necessary.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index 06bd1a1308..fbf5ab5847 100755
--- a/configure
+++ b/configure
@@ -753,6 +753,17 @@ 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.
OpenPOWER on IntegriCloud