mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
* configure.in (targargs): Fix typo.
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
Tue Nov 21 16:06:13 1995 Doug Evans <dje@canuck.cygnus.com>
|
Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (targargs): Fix typo.
|
||||||
|
|
||||||
* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
|
* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
|
||||||
|
|
||||||
|
@ -665,7 +665,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} ${targargs}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
targargs="--host=${target_alias} ${targargs}"
|
targargs="--host=${target_alias} ${targargs}"
|
||||||
|
Reference in New Issue
Block a user