]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/configure.in
fragments.texi, [...]: Mention new file config.build.
[thirdparty/gcc.git] / gcc / configure.in
index 01d3e49a50fd5aa3022b9cd427948a2dce98dde3..69884b2f79f9e985c9a92592858c1fa4e6b0d7cb 100644 (file)
@@ -962,11 +962,10 @@ fi
 # Build, host, and target specific configuration fragments
 # --------------------------------------------------------
 
+# Collect build-machine-specific information.
+. ${srcdir}/config.build
+
 target_gtfiles=
-build_xm_file=
-build_xm_defines=
-build_install_headers_dir=install-headers-tar
-build_exeext=
 host_xm_file=
 host_xm_defines=
 host_xmake_file=
@@ -976,7 +975,7 @@ host_exeext=
 # 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 $build $host $target; do
+for machine in $host $target; do
        . ${srcdir}/config.gcc
 done