Commit Graph

102 Commits

Author SHA1 Message Date
Jim Wilson
7818d6fcb2 Make the gcc config.guess exec the toplevel config.guess.
Make the gcc config.guess exec the toplevel config.guess.  Update the toplevel
config.guess from the gcc config.guess.

From-SVN: r14976
1997-08-27 16:20:52 -07:00
Richard Henderson
704a63062f Patch from Richard Henderson to fix alpha-linux support.
* alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
	* config.guess: Recognize alpha-linux-gnulibc1.
	* configure.in (alpha-*-linux-gnulibc1): New target.
	(alpha-*-linux-gnu*): Don't build crtbegin/end.

From-SVN: r14974
1997-08-27 16:02:19 -07:00
Ulrich Drepper
5db9f87736 update from main archive 970728
From-SVN: r14547
1997-07-28 23:37:45 +00:00
Per Bothner
457bc04adf Recognize SunOS 3.x.
From-SVN: r14531
1997-07-26 12:01:01 -07:00
Richard Kenner
103d400310 (alpha*): Run program to see if ev4, ev5, or ev56.
From-SVN: r14499
1997-07-20 20:58:27 -04:00
Richard Earnshaw
e4188dbe66 Convert arm32:NetBSD to normal arm canonicalization.
From-SVN: r14451
1997-07-16 14:45:30 +00:00
Richard Stallman
467bea2773 (pc:*:*:*): New entry, for DJGPP.
From-SVN: r14442
1997-07-14 19:53:44 +00:00
Richard Stallman
766e6d2dbe (i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
From-SVN: r14397
1997-07-07 08:40:20 +00:00
Richard Kenner
5a9967bf46 (i*:MINGW*:*): New case.
From-SVN: r14330
1997-06-27 15:18:43 -04:00
Richard Stallman
5a06096281 Add mips-sony-newsos6.
From-SVN: r14288
1997-06-22 19:11:48 +00:00
Richard Stallman
d81d62794b Fix previous change.
From-SVN: r14213
1997-06-10 04:18:36 +00:00
Richard Stallman
1e51ba1841 Use i?86, not i.86.
Don't test /usr/lib/ldscripts; instead, test whether ld_help_string
does not contain "supported emulations".
Use a case statement to distinguish systems when there IS
"supported emulations".

From-SVN: r14212
1997-06-10 02:49:33 +00:00
Richard Stallman
f428585b05 Use i?86, not i.86.
From-SVN: r14174
1997-06-09 04:56:02 +00:00
Richard Stallman
6c48ca54b3 (*:Linux:*:*): Always use ${VENDOR}.
From-SVN: r14169
1997-06-08 01:57:13 +00:00
Richard Stallman
c4a33af7a7 (*:Linux:*:*): Don't test for elf_i.86 or m68kelf.
From-SVN: r14156
1997-06-06 01:21:12 +00:00
Richard Stallman
c661f27eb3 (*:Linux:*:*): Recognize sparclinux.
Don't recognize UNAME_MACHINE = sparc.
Make the sample program check for libc version
and handle various machine types.

From-SVN: r14155
1997-06-06 00:14:22 +00:00
Thomas Bushnell, n/BSG
edd45bd68c Recognize either / or - as a machine/suptype separator from uname -m to cope...
Recognize either / or - as a machine/suptype separator from uname -m
to cope with older systems that have the older uname.

From-SVN: r14026
1997-05-07 19:19:04 +00:00
Per Bothner
31b663c33a CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).
From-SVN: r14016
1997-05-05 15:04:41 -07:00
Ian Lance Taylor
d0c2f17668 Fixes for MIPS OpenBSD systems (from Per Fogelstrom
<pefo@openbsd.org>)

From-SVN: r13910
1997-04-17 18:00:12 +00:00
Ian Lance Taylor
4e007b6eea Recognize OpenBSD systems correctly (from Niklas Hallqvist
<niklas@appli.se>)

From-SVN: r13849
1997-04-11 20:40:28 +00:00
David J. MacKenzie
a88498e15f Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
From-SVN: r13390
1997-01-07 19:29:28 +00:00
Miles Bader
0bc3998716 (*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.

From-SVN: r13379
1997-01-05 03:44:26 +00:00
Richard Kenner
2a4f347de7 (M68*:*:R3V[567]*:*): Use uppercase 'M'.
From-SVN: r13357
1997-01-03 08:38:47 -05:00
Ian Lance Taylor
723f15588e Recognize mips-unknown-linux-gnu
From-SVN: r13347
1996-12-31 20:51:53 +00:00
David J. MacKenzie
0d9b0e515b config.guess: Recognize machten.
* config.guess:  Recognize machten.
	From Eric W. Bates <ericx@vineyard.net>.

From-SVN: r13267
1996-12-11 00:37:52 +00:00
Richard Kenner
d790567a75 (PENTIUM:CPunix:4.0*:*): New case.
From-SVN: r13227
1996-12-07 17:47:59 -05:00
Thomas Bushnell, n/BSG
86fda5667e Revert last change.
From-SVN: r13216
1996-11-21 22:20:09 +00:00
Thomas Bushnell, n/BSG
3f8d007ecc config.guess [...]: Use a four-part configuration name for gnu so it can be distinguished from...
Thu Nov 21 16:42:41 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* config.guess [UNAME_SYSTEM == GNU]: Use a four-part
	configuration name for gnu so it can be distinguished from
	foo-foo-linux-gnu with simple globbing patterns.

From-SVN: r13214
1996-11-21 21:43:48 +00:00
David J. MacKenzie
f486afaa5d cleanups
From-SVN: r13210
1996-11-20 21:28:32 +00:00
Per Bothner
8762df1689 Bunch of updates. See ChangeLog.
From-SVN: r13155
1996-11-13 18:06:05 -08:00
David J. MacKenzie
511806bc47 cosmetic tweaks
From-SVN: r13129
1996-11-12 18:52:10 +00:00
David J. MacKenzie
4ff1de03de more bug fixes
From-SVN: r13123
1996-11-12 04:49:23 +00:00
David J. MacKenzie
7a976aea15 patches from bug-gnu-utils to support more architectures
From-SVN: r13108
1996-11-08 07:35:31 +00:00
Richard Stallman
cf91456ee0 Use pc instead of unknown, for pc clone systems.
Change linux to linux-gnu.

From-SVN: r12704
1996-09-13 03:46:14 +00:00
Karl Heuer
79442056ed Fix previous change. Use sed's y command instead.
From-SVN: r12448
1996-07-16 04:47:46 +00:00
Karl Heuer
4080630b95 Use portable tr syntax.
From-SVN: r12447
1996-07-16 03:53:55 +00:00
Jeff Law
06db411a68 config.guess (HP 9000/811): Recognize this as a PA1.1 machine.
* config.guess (HP 9000/811): Recognize this as a PA1.1
        machine.

From-SVN: r12445
1996-07-15 11:20:52 -06:00
Torbjorn Granlund
f3297853da Generalize C90 alternative to all x90 machines.
From-SVN: r12443
1996-07-14 18:09:15 +00:00
Richard Kenner
7fa12593d2 (mips:*:*:UMIPS): Fix typo in last change.
From-SVN: r12342
1996-06-28 13:28:58 -04:00
Michael Meissner
2099d02cc7 Add support for PowerPC Linux
From-SVN: r12312
1996-06-20 16:20:05 +00:00
Per Bothner
44803a5b36 config.guess (i?86-ncr-sysv*): Emit minor release numbers.
* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
Recognize the NCR 4850 machine and NCR Pentium-based platforms.

From-SVN: r12225
1996-06-07 18:25:20 -07:00
Per Bothner
486086f342 config.guess: Combine mips-mips-riscos cases, and use cpp to distinguish sysv/svr4/bsd variants.
* config.guess:  Combine mips-mips-riscos cases, and use cpp to
distinguish sysv/svr4/bsd variants.

From-SVN: r12159
1996-06-04 21:12:46 -07:00
Karl Heuer
d77b25f4d3 (*:Linux:*:*): Add guess for sparc-unknown-linux.
From-SVN: r12145
1996-06-03 12:51:33 +00:00
Roland McGrath
612f184706 (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
From-SVN: r12098
1996-05-24 22:34:49 +00:00
Per Bothner
2ca96cdfeb config.guess: Combine two OSF1 rules.
* config.guess:  Combine two OSF1 rules.
Also recognize field test versions.  From mjr@zk3.dec.com.
* config.guess (dgux):  Use /usr/bin/uname rather than uname,
because GNU uname does not support -p.  From pmr@pajato.com.

From-SVN: r11712
1996-04-12 17:06:54 -07:00
Michael Meissner
3066b88a9f Add Solaris on PowerPC support
From-SVN: r11677
1996-04-08 20:19:10 +00:00
Ian Lance Taylor
b4c6e06c29 Recognize mips-*-sysv*
From-SVN: r11531
1996-03-15 00:14:04 +00:00
Per Bothner
11030b65df config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
* config.guess (*:CYGWIN*): New

From-SVN: r11220
1996-02-12 12:55:56 -08:00
Per Bothner
ba9f640ac2 config.guess: Support m68k-cbm-sysv4.
* config.guess:  Support m68k-cbm-sysv4.
* config.guess (*:Linux:*:*): Guess m68k-unknown-linux

From-SVN: r11219
1996-02-12 12:44:56 -08:00
Ian Lance Taylor
ceb30baaa1 Recognize A/UX
From-SVN: r11141
1996-01-31 19:10:52 +00:00