From 6d5460ab8974c508f4b106697922cfb41522e369 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Fri, 21 Feb 1992 11:04:51 +0000 Subject: changes from Minh Tran-Le to support i386 coff as it appears to be used on aix386. --- gas/configure.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index a7beaaf..914feaa 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -1,4 +1,4 @@ -# This file is configure.inj +# This file is configure.in # # Copyright (C) 1987-1992 Free Software Foundation, Inc. # @@ -40,6 +40,11 @@ mips) ultrix) gas_host=decstation ;; esac ;; +i386) + case "${host_os}" in + aix*) gas_host=i386aix ;; + esac + ;; *) case "${host_os}" in ansi | ultrix | hpux | sysv*) gas_host=${host_os} ;; @@ -67,6 +72,14 @@ cpu_type=${target_cpu} # assign object format case ${target_os} in +aix*) + case "${target_cpu}" in + i386) obj_format=coff + target_cpu=i386aix + ;; + esac + ;; + bout*) obj_format=bout ;; nindy*) obj_format=bout ;; bsd* | sunos*) obj_format=aout ;; -- cgit v1.1