From 653912459d4f9ff97b6696f001b57473ba21cc7b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 20 Oct 1992 20:09:45 +0000 Subject: Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com) * configure.in: i386-sysv and i386-sco use coffbfd. --- gas/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index f406a37..f32ee4a 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -105,7 +105,7 @@ case ${target} in obj_format=aout emulation=i386bsd ;; - i[34]86-*-coff) + i[34]86-*-coff | i[34]86-*-sysv* | i[34]86-*-sco*) obj_format=coffbfd need_bfd="./../bfd/libbfd.a" gas_target=i386coff -- cgit v1.1