Commit Graph

7 Commits

Author SHA1 Message Date
Fergus Henderson
3c7d808d1a Merge in Tyson's recent change to support Pentium 4.
Branches: main, release
Estimated hours taken: 0.5

config.guess:
config.sub:
	Merge in Tyson's recent change to support Pentium 4.
2001-04-14 18:24:39 +00:00
Fergus Henderson
8387907114 New versions of these, from <ftp://ftp.gnu.org/gnu/config/>.
Branches: main, release
Estimated hours taken: 0.5

config.guess:
config.sub:
        New versions of these, from <ftp://ftp.gnu.org/gnu/config/>.
	These are needed for Mac OS X (Darwin).
2001-04-14 18:02:26 +00:00
Tyson Dowd
10315a1cb3 Fix CPU recognition problems with the Pentium 4.
Estimated hours taken: 0.75
Branches: main release dotnet-foreign

Fix CPU recognition problems with the Pentium 4.

The P4 reports its CPUID as "15" which is pretty unexpected
as previously Intel chips used numbers such as "4", "5" and "6".

Many scripts assumed the pattern i?86 or i[345678]86 would match
x86 chips.

The result of mis-identifying the chip is generally failure to compile,
and even if you do hack around the compilation problems it will almost
certainly fail to build the garbage collector correctly.

config.guess:
config.sub:
configure.in:
scripts/mgnuc.in:
scripts/ml.in:
tools/test_mercury:
	Replace i?86 with i*86, and i[345678]86 with i[0-9]*86.
2001-04-10 15:37:38 +00:00
Fergus Henderson
070d981de3 New versions of these, from autoconf-2.13.
Estimated hours taken: 0.5

config.guess:
config.sub:
	New versions of these, from autoconf-2.13.
	These are needed for some new ports.

configure.in:
tools/test_mercury:
tools/run_all_tests_from_cron:
	Update to reflect the fact that the DEC Alpha config names now
	include the processor revision (e.g. `alphaev5-dec-osf3.2'
	rather than `alpha-dec-osf3.2').
2000-09-18 14:02:51 +00:00
Fergus Henderson
70ecc6f3f6 Get Mercury to configure properly on Pentium Pro machines.
Estimated hours taken: 0.5

Get Mercury to configure properly on Pentium Pro machines.

config.guess:
config.sub:
	New versions of these, from autoconf version 2.12,
	which recognize `i686'.

configure.in:
	Check for i?86-*-linux-gnu as well as i?86-*-linux,
	since the new config.guess outputs the -gnu suffix.
1997-02-26 14:31:09 +00:00
Fergus Henderson
e3234a3110 Recognize *-*-win95 as a valid configuration name.
Estimated hours taken: 0.25

config.sub:
	Recognize *-*-win95 as a valid configuration name.
1996-12-01 07:58:22 +00:00
Fergus Henderson
41cac15c95 Use an autoconf-generated configure script rather than manual configuration. 1995-05-12 20:30:36 +00:00