public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@cygnus.com>
To: Joao Cardoso <jcardoso@inescn.pt>
Cc: egcs@cygnus.com
Subject: Re: egcs-1.0.2 wrongly detect a Pentium II as a i386 on SCO5 - patch included
Date: Sun, 03 May 1998 22:02:00 -0000	[thread overview]
Message-ID: <199804290257.TAA25048@rtl.cygnus.com> (raw)
In-Reply-To: <3544B654.41C6@inescn.pt>

If we are going to fix this, we should get the processor right.
Does this work?

config.guess is a shared file, so it might take me a little while to figure
out the right way to modify it.  It isn't safe to just change EGCS's version
of it.

Tue Apr 28 19:54:26 1998  Jim Wilson  <wilson@cygnus.com>

	* config.guess (i?86:*:3.2:*): Check for 'Pent II' and set
	UNAME_MACHINE to i686.

Index: config.guess
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/config.guess,v
retrieving revision 1.10
diff -p -r1.10 config.guess
*** config.guess	1998/04/03 16:21:56	1.10
--- config.guess	1998/04/29 02:54:18
*************** EOF
*** 695,700 ****
--- 695,702 ----
  		(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
  		(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
  			&& UNAME_MACHINE=i586
+ 		(/bin/uname -X|egrep '^Machine.*Pent II' >/dev/null) \
+ 			&& UNAME_MACHINE=i686
  		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
  	else
  		echo ${UNAME_MACHINE}-pc-sysv32


  parent reply	other threads:[~1998-05-03 22:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-27 14:44 Joao Cardoso
1998-04-28 15:33 ` Richard Henderson
1998-04-28 19:49 ` Todd Vierling
1998-05-03 22:02 ` Jim Wilson [this message]
1998-04-30 20:03   ` Joao Cardoso
1998-04-29  7:57 Michael Meissner

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=199804290257.TAA25048@rtl.cygnus.com \
    --to=wilson@cygnus.com \
    --cc=egcs@cygnus.com \
    --cc=jcardoso@inescn.pt \
    /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).