aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in16
1 files changed, 6 insertions, 10 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index d2b8bbb..eecadd3 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -965,17 +965,13 @@ fi
# Collect build-machine-specific information.
. ${srcdir}/config.build
+# Collect host-machine-specific information.
+. ${srcdir}/config.host
+
target_gtfiles=
-host_xm_file=
-host_xm_defines=
-host_xmake_file=
-host_exeext=
-
-# Decode the host machine, then the target machine.
-# For the host machine, we save the xm_file variable as host_xm_file;
-# then we decode the target machine and forget everything else
-# that came from the host machine.
-for machine in $host $target; do
+
+# Collect target-machine-specific information.
+for machine in $target ; do
. ${srcdir}/config.gcc
done