From c8570de86328b6df47fd43e37aa156a1519c1585 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Sep 1994 16:53:27 +0000 Subject: * configure.in: Check ${host} and ${target} rather than ${host_canon} and ${target_canon}. * configure: Likewise. --- gas/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/configure') 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 -- cgit v1.1