summaryrefslogtreecommitdiff
path: root/config.guess
Commit message (Collapse)AuthorAgeFilesLines
* Linux kernel stuff for:Kevin Ryde2002-03-171-9/+26
| | | | * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection.
* More of:Kevin Ryde2002-03-131-3/+7
| | | | * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection.
* * config.guess (powerpc*-*-*): Use #ifdef on constants POWER_630 etcKevin Ryde2002-03-121-2/+13
| | | | in the AIX test, since old versions don't have them all.
* * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection.Kevin Ryde2002-03-101-5/+19
|
* More of:Kevin Ryde2002-03-101-91/+32
| | | | | | | * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection. Get ultrasparc3 working, drop rd %psr which is privileged, avoid warnings on SunOS where /proc/cpuinfo doesn't exist.
* More of:Kevin Ryde2002-03-071-1/+3
| | | | * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection.
* * config.guess (sparc-*-*, sparc64-*-*): Add some exact CPU detection.Kevin Ryde2002-03-071-5/+124
|
* * config.guess [i?86-*-*]: Suppress error messages if compiler notKevin Ryde2002-03-051-3/+6
| | | | found or test program won't run.
* * config.guess [powerpc]: Force code alignment for mfpvr test.Kevin Ryde2002-03-041-8/+25
|
* A bit more of:Kevin Ryde2002-02-281-1/+3
| | | | | | * config.sub, config.guess: Add some powerpc exact cpus. Match "powerpc*" since configfsf.guess can spit out powerpcle.
* Remove a space.Kevin Ryde2002-02-161-1/+1
|
* * config.guess (alpha-*-*): Do alpha exact cpu probes on any system,Kevin Ryde2002-02-161-1/+1
| | | | and only if configfsf.guess gives a plain "alpha".
* Rewrite Alpha subtype detection code for *bsd systems.tege2002-02-151-18/+25
|
* More of:Kevin Ryde2002-02-151-1/+2
| | | | * config.sub, config.guess: Add some powerpc exact cpus.
* More of:Kevin Ryde2002-02-151-13/+51
| | | | * config.sub, config.guess: Add some powerpc exact cpus.
* * config.sub, config.guess: Add some powerpc exact cpus.Kevin Ryde2002-02-141-17/+88
|
* * config.guess: Give m68020 for 68020 or better, not m68k.Kevin Ryde2001-09-041-4/+8
|
* Recognize pentium4.tege2001-07-231-0/+3
|
* * config.guess (rs6000-*-aix4* | powerpc-*-aix4*): Suppress errorKevin Ryde2001-06-201-2/+3
| | | | messages if $CC_FOR_BUILD or program don't work.
* * config.guess (68k-*-*): Use $SHELL not "sh", tweak some comments.Kevin Ryde2001-05-251-9/+14
|
* * config.guess (m68k-*-*): Detect m68010, return m68360 for cpu32,Kevin Ryde2001-04-201-33/+60
| | | | | | | | cleanup the nesting a bit. Actually there's no current use for differentiating 68000 and 68010, but it's nice have it exact, and who knows, maybe this stuff will get into the real config.guess one day.
* * config.guess (m68k-*-*): Look for cpu in linux kernel /proc/cpuinfo.Kevin Ryde2001-04-171-2/+7
|
* Add a copyright year.Kevin Ryde2001-04-151-1/+1
|
* More of:Kevin Ryde2001-04-131-0/+1
| | | | | | | * config.guess (m68*-*-*): Detect exact cpu with BSD sysctl hw.model, detect 68000/68010 with trapf, detect 68302 with bfffo. SCO 5 doesn't like an "else" leg containing only comments.
* * config.guess (m68*-*-*): Detect exact cpu with BSD sysctl hw.model,Kevin Ryde2001-04-131-0/+72
| | | | detect 68000/68010 with trapf, detect 68302 with bfffo.
* * config.guess (m68k-*-nextstep*,m68k-*-openstep*): Don't transformKevin Ryde2000-12-301-6/+0
| | | | m68k to m68020, since m68k is already interpreted as 68020.
* * config.guess (mips-*-irix[6789]*): Transform to mips64.Kevin Ryde2000-12-131-0/+11
| | | | (m68k-*-nextstep* | m68k-*-openstep*): Transform to m68020.
* * config.guess (alpha*-*-openbsd*): Do exact cpu detection.Kevin Ryde2000-11-201-19/+10
| | | | Plus a spot of reformatting for the x86 detection code.
* Add alpha detection for netbsd and freebsd, which are not currentlyKevin Ryde2000-11-051-0/+37
| | | | among the systems where configfsf.guess runs alpha detection. Grr.
* Bring across the aix 4 guessing from the old config.guess.Kevin Ryde2000-11-041-0/+24
|
* Add sun4u as sparcv9.Kevin Ryde2000-11-041-2/+1
|
* Don't pass "$@" when it is known to be empty.tege2000-11-041-1/+1
|
* * configfsf.guess, configfsf.sub: Moved from config.guess andKevin Ryde2000-11-041-1244/+88
| | | | | | | | config.sub. * config.guess, config.sub: New files, wrappers around around configfsf versions. * configfsf.guess: Update to FSF 2000-10-23. * configfsf.sub: Update to FSF 2000-10-25.
* (x86 variant recog code): Remove dummy*.o files generated by some compilers.tege2000-08-291-1/+7
|
* * config.guess: Recognise pc:*:*:* as an x86, for djgpp.Kevin Ryde2000-07-141-4/+9
|
* Use X86CPU for lots more systems.tege2000-05-251-10/+10
|
* Use X86CPU also for gnuoldld case.tege2000-05-251-1/+1
|
* Use X86CPU for Cygwin targets.Linus Nordberg2000-05-171-1/+1
|
* Avoid `type' that was used for working around deficiencies of /bin/sh ontege2000-04-231-2/+1
| | | | | x86-slowaris. `type' is missing on some other idiotic pesudo Unix systems (rhapsody).
* * Get "model" limit between pentium 2 and pentium3 right.tege2000-04-231-181/+404
| | | | | | * Get rid of code determining `_' prefix; use double labels instead. * Partially merge with FSF version of April 22. (Don't bring over NetBSD changes for now.)
* Generalize x86 cpu determination code. Now works on Solaris.tege2000-04-221-3/+14
|
* Don't use a range for copyright years.Kevin Ryde2000-03-271-1/+3
|
* * config.guess (i?86:*:*:*): Use uname -m if detection program fails.Kevin Ryde2000-03-231-0/+7
|
* Handle Cray T3D/E.tege2000-03-171-0/+6
|
* * Remove `SunOS 6' handling.tege2000-03-141-5/+8
| | | | * Recognize sun4m and sun4d architectures under old SunOS.
* Better recognize POWER/PowerPC processor type.tege2000-03-071-5/+21
|
* * (sun4u:SunOS:5.*:*): Change `sparc9' to `sparcv9'.tege2000-02-111-3/+3
| | | | | * (sun4m:SunOS:5.*:*): Change to sun4[md]:SunOS:5.*:* and change `sparc8' to `sparcv8'.
* * Update x86 recog code to intiallly match more than just i386.tege1999-12-101-6/+4
| | | | * Call K6-2 and K6-III for "k62" and "k63" respectively.
* Recognize x86 CPU types; Update code for FreeBSD, NetBSD, OpenBSD, Linux.tege1999-12-101-2/+109
|
* Handle alpha:FreeBSD with alpha:NetBSD.tege1999-11-211-2/+2
|