aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-07 16:53:27 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-07 16:53:27 +0000
commitc8570de86328b6df47fd43e37aa156a1519c1585 (patch)
tree879eaab6e0ca0719d25176c04ab61ca69c9ea32d /gas/configure
parentc9cbfd5efe22baf0f07250363307fe20975530d7 (diff)
downloadgdb-c8570de86328b6df47fd43e37aa156a1519c1585.zip
gdb-c8570de86328b6df47fd43e37aa156a1519c1585.tar.gz
gdb-c8570de86328b6df47fd43e37aa156a1519c1585.tar.bz2
* configure.in: Check ${host} and ${target} rather than
${host_canon} and ${target_canon}. * configure: Likewise.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure
index 56ccb53..3619268 100755
--- a/gas/configure
+++ b/gas/configure
@@ -783,8 +783,8 @@ esac
-case "x${host_canon}" in
- x${target_canon}) ;;
+case "x${host}" in
+ x${target}) ;;
*) cat >> confdefs.h <<\EOF
#define CROSS_COMPILE 1
EOF