mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* configure.in (targargs): Pass --build if we're doing
a cross-compile. Fix problems with the build defaulting to the host value if it isn't specified.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (targargs): Pass --build if we're doing
|
||||||
|
a cross-compile.
|
||||||
|
|
||||||
Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
|
Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
|
||||||
|
|
||||||
* configure: Use '|' instead of ":" as the seperator in
|
* configure: Use '|' instead of ":" as the seperator in
|
||||||
|
@ -878,7 +878,7 @@ targargs=`echo "${arguments}" | \
|
|||||||
# sorts of decisions they want to make on this basis. Please consider
|
# sorts of decisions they want to make on this basis. Please consider
|
||||||
# this option to be deprecated. FIXME.
|
# this option to be deprecated. FIXME.
|
||||||
if [ x${is_cross_compiler} = xyes ]; then
|
if [ x${is_cross_compiler} = xyes ]; then
|
||||||
targargs="--with-cross-host=${host_alias} ${targargs}"
|
targargs="--with-cross-host=${host_alias} --build=${build_alias} ${targargs}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Default to --enable-multilib.
|
# Default to --enable-multilib.
|
||||||
|
Reference in New Issue
Block a user