${host_canon} and ${target_canon}.
* configure: Likewise.
+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)
* config/tc-mips.c (mips_cpu): New static variable.
-case "x${host_canon}" in
- x${target_canon}) ;;
+case "x${host}" in
+ x${target}) ;;
*) cat >> confdefs.h <<\EOF
#define CROSS_COMPILE 1
EOF
AC_SUBST(BFDLIB)
AC_SUBST(ALL_OBJ_DEPS)
-case "x${host_canon}" in
- x${target_canon}) ;;
+case "x${host}" in
+ x${target}) ;;
*) AC_DEFINE(CROSS_COMPILE);;
esac