Sync with r1.5 of configure.in - somehow I seem to have managed to not
commit the equivalent change to this file last time: "with_cpu" is a property of the target. - reset it for each config.gcc run.
This commit is contained in:
parent
32d0f6374a
commit
d0f2507f92
2
gnu/dist/gcc/gcc/configure
vendored
2
gnu/dist/gcc/gcc/configure
vendored
@ -5016,7 +5016,9 @@ 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.
|
||||
arg_with_cpu="$with_cpu"
|
||||
for machine in $build $host $target; do
|
||||
with_cpu="$arg_with_cpu"
|
||||
. ${srcdir}/config.gcc
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user