public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Robert Lipe <robertl@dgii.com>
To: gas2@cygnus.com
Cc: jkj@sco.com, rr@sco.com
Subject: gas patch to swap OpenServer defaults
Date: Mon, 26 Jan 1998 23:09:00 -0000	[thread overview]
Message-ID: <19980127010906.55434@dgii.com> (raw)

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

                 reply	other threads:[~1998-01-26 23:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980127010906.55434@dgii.com \
    --to=robertl@dgii.com \
    --cc=gas2@cygnus.com \
    --cc=jkj@sco.com \
    --cc=rr@sco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).