mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* configure.in: Check ${host} and ${target} rather than
${host_canon} and ${target_canon}. * configure: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Sep 7 12:49:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Check ${host} and ${target} rather than
|
||||||
|
${host_canon} and ${target_canon}.
|
||||||
|
* configure: Likewise.
|
||||||
|
|
||||||
Tue Sep 6 11:42:38 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
Tue Sep 6 11:42:38 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
* config/tc-mips.c (mips_cpu): New static variable.
|
* config/tc-mips.c (mips_cpu): New static variable.
|
||||||
|
4
gas/configure
vendored
4
gas/configure
vendored
@ -783,8 +783,8 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
case "x${host_canon}" in
|
case "x${host}" in
|
||||||
x${target_canon}) ;;
|
x${target}) ;;
|
||||||
*) cat >> confdefs.h <<\EOF
|
*) cat >> confdefs.h <<\EOF
|
||||||
#define CROSS_COMPILE 1
|
#define CROSS_COMPILE 1
|
||||||
EOF
|
EOF
|
||||||
|
@ -276,8 +276,8 @@ esac
|
|||||||
AC_SUBST(BFDLIB)
|
AC_SUBST(BFDLIB)
|
||||||
AC_SUBST(ALL_OBJ_DEPS)
|
AC_SUBST(ALL_OBJ_DEPS)
|
||||||
|
|
||||||
case "x${host_canon}" in
|
case "x${host}" in
|
||||||
x${target_canon}) ;;
|
x${target}) ;;
|
||||||
*) AC_DEFINE(CROSS_COMPILE);;
|
*) AC_DEFINE(CROSS_COMPILE);;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user