public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Recognize Pentium 3/4
@ 2003-05-22 15:14 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2003-05-22 15:14 UTC (permalink / raw)
  To: config-patches; +Cc: gcc, GNU C Library, binutils

[-- Attachment #1: Type: text/plain, Size: 42 bytes --]

This patch recognizes Pentium 3/4.


H.J.

[-- Attachment #2: config-p4.patch --]
[-- Type: text/plain, Size: 533 bytes --]

2003-05-22  H.J. Lu <hongjiu.lu@intel.com>

	* config.sub: Support pentium 3 and pentium 4.

--- config.sub.p4	2003-05-13 14:37:51.000000000 -0700
+++ config.sub	2003-05-22 08:07:53.000000000 -0700
@@ -774,6 +774,12 @@ case $basic_machine in
 	pentiumii | pentium2)
 		basic_machine=i686-pc
 		;;
+	pentiumiii | pentium3)
+		basic_machine=i686-pc
+		;;
+	pentiumiv | pentium4)
+		basic_machine=i686-pc
+		;;
 	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
 		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
 		;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-22 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22 15:14 Recognize Pentium 3/4 H. J. Lu

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).