* gas patch to swap OpenServer defaults
@ 1998-01-26 23:09 Robert Lipe
0 siblings, 0 replies; only message in thread
From: Robert Lipe @ 1998-01-26 23:09 UTC (permalink / raw)
To: gas2; +Cc: jkj, rr
Tue Jan 27 01:05:54 1998 Robert Lipe <robertl@dgii.com>
* configure.in (i386-*-sco3.2v5*) defaults to ELF now.
(i386-*-sco3.2v5*coff) now available as a manual override.
--- configure.in Tue Jan 27 00:26:13 1998
+++ configure.in_ Mon Jan 26 22:29:25 1998
@@ -159,14 +159,13 @@
fmt=elf ;;
i386-*-freebsdelf*) fmt=elf ;;
i386-*-freebsd*) fmt=aout em=386bsd ;;
- i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
- fmt=coff ;;
- i386-*-sco3.2v5*) fmt=elf
+ i386-*-sco*elf*) fmt=elf
if test ${this_target} = $target; then
AC_DEFINE(SCO_ELF)
fi
;;
- i386-*-sco3.2*) fmt=coff ;;
+ i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
+ fmt=coff ;;
i386-*-vsta) fmt=aout ;;
i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
fmt=coff em=go32;;
--
Robert Lipe http://www.dgii.com/people/robertl robertl@dgii.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1998-01-26 23:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-26 23:09 gas patch to swap OpenServer defaults Robert Lipe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).