aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc35
1 files changed, 7 insertions, 28 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5c26fdd..f3e2da1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1,4 +1,4 @@
-# GCC host- and target-specific configuration file.
+# GCC target-specific configuration file.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
@@ -19,13 +19,11 @@
#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#02111-1307, USA.
-# This is the GCC host- and target-specific configuration file
-# where a configuration type, as recognized and generated by config.bfd,
-# is mapped to different system-specific definitions and files. This is
-# invoked by the autoconf-generated configure script, called for
-# host and target in that order, setting ${machine} to each. Putting it
-# in a separate shell file lets us skip running autoconf when modifying
-# host- and target-specific information.
+# This is the GCC target-specific configuration file
+# where a configuration type is mapped to different system-specific
+# definitions and files. This is invoked by the autoconf-generated
+# configure script. Putting it in a separate shell file lets us skip
+# running autoconf when modifying target-specific information.
# This file switches on the shell variable ${machine}, and also uses the
# following shell variables:
@@ -2176,11 +2174,7 @@ am33_2.0-*-linux*)
esac
# Support for --with-cpu and related options (and a few unrelated options,
-# too). Only do this if $machine is the target, or we'll try to validate
-# the CPU argument against the wrong machine type.
-
-if test "x$pass2done" = xyes
-then
+# too).
case "x$with_cpu" in
xyes | xno)
echo "--with-cpu must be passed a value" 1>&2
@@ -2693,18 +2687,3 @@ then
target_cpu_default=$target_cpu_default2
fi
fi
-fi
-
-# Save data on host machine in vars host_xm_file and host_xmake_file.
-if test x$pass2done = x ; then
- if test x$xm_file != x ; then
- host_xm_file=$xm_file
- fi
- host_xm_defines=$xm_defines
- host_xmake_file="$xmake_file"
- host_extra_gcc_objs=$extra_gcc_objs
- host_extra_objs=$extra_host_objs
- host_exeext=$exeext
- out_host_hook_obj=$host_hook_obj
- pass2done=yes
-fi