25f52f6d12
2002-06-21 Dave Brolley <brolley@redhat.com>
...
* config.sub: Add support for frv.
2002-06-21 13:38:23 +00:00
2a172b1348
2002-06-20 Chris Demetriou <cgd@broadcom.com>
...
* config.sub: Add Broadcom SiByte SB-1 processor support
(mipsisa64sb1, mipsisa64sb1el). Add little-endian variants of
mipsisa32 and mipsisa64 (mipsisa32el and mipsisa64el,
respectively). Sort MIPS entries and split their lines a bit more
logically. Make sure that all of the MIPS entries in the "without
company name" target list are echoed in the "with company name"
list.
2002-06-20 14:12:54 +00:00
9feb3bb482
2002-06-19 Denis Chertykov <denisc@overta.ru>
...
* (config.sub): Add ip2k support.
2002-06-19 19:36:58 +00:00
ba878c05ed
2002-06-19 J"orn Rennecke <joern.rennecke@superh.com>
...
* config.sub: Accept sh64le and sh64le-*.
2002-06-19 17:52:19 +00:00
048722de3f
2002-05-29 Paul Eggert <eggert@twinsun.com>
...
* config.guess: Don't use egrep, as POSIX 1003.1-2001 no longer
requires egrep. Use grep instead.
2002-06-03 15:35:23 +00:00
e1d7de157e
2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
...
* config.sub: Add DLX support.
2002-05-28 15:05:45 +00:00
44910d4e2c
2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
...
* config.guess: Add case for "armeb" in NetBSD section.
* config.sub: Allow "armeb" as a valid CPU type.
2002-05-22 14:12:13 +00:00
419d217f08
* recent backlog of patches:
...
2002-05-16 Ben Elliston <bje@redhat.com >
* config.guess: Detect PowerMAX OS on Concurrent Night Hawk.
* config.sub: Handle -powermax*.
2002-05-02 Ben Elliston <bje@redhat.com >
* config.guess: Add "4400" to machines that run NCR System V UNIX.
2002-05-21 14:31:43 +00:00
2a43dc3be9
2002-04-25 Mark Mitchell <mark@codesourcery.com>
...
* config.sub (*-wrs-windiss): New targets.
2002-04-26 22:03:05 +00:00
f4fec78b4b
2002-03-20 Keith Thompson <kst@sdsc.edu>
...
* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".
2002-03-20 00:35:36 +00:00
b87defc950
2002-03-20 Ben Elliston <bje@redhat.com>
...
* config.guess (set_cc_for_build): Add c99 to list of candidates.
2002-03-20 00:31:37 +00:00
dc7733136c
2002-03-12 J.T. Conklin <jtc@acorntoolworks.com>
...
* config.guess: Add OS release to QNX config strings.
2002-03-19 21:48:45 +00:00
35e303d71c
2002-03-06 Chris Demetriou <cgd@broadcom.com>
...
* config.sub: Add support for mipsisa64.
2002-03-07 11:00:27 +00:00
8a576ea922
2002-03-04 Ben Elliston <bje@redhat.com>
...
From Kevin Ryde <user42@zip.com.au >:
* config.sub (sparclet-*-*): Accept any vendor.
(sparc86x): Expand to sparc86x-unknown-none.
2002-03-03 22:20:28 +00:00
b966da033f
2002-03-04 Adrian Bunk <bunk@fs.tum.de>
...
* config.guess (*:NetBSD:*:*): Use "sysctl -n hw.machine_arch"
instead of "uname -p" to get UNAME_MACHINE_ARCH.
2002-03-03 21:57:39 +00:00
08eb900414
2002-02-22 Ben Elliston <bje@redhat.com>
...
Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de >
* config.sub (case $basic_machine): Add mips and clean up other
Linux specific cases. Now `config.sub mips` yields mips-unknown-elf.
2002-02-23 06:24:29 +00:00
bb2732c0c5
* config.sub (sv1-*, ymp-*, c90-*): Preserve CPU type in output.
...
(t3d-*, t3e-*): Canonicalize to alpha and alphaev5.
2002-02-22 03:31:00 +00:00
a5e584ea35
2002-02-18 Jim Meyering <meyering@lucent.com>
...
* config.guess: Don't use `head -1'; it's no longer portable.
Use `sed 1q' instead.
2002-02-18 23:57:10 +00:00
43efeb99c9
2002-02-15 Ben Elliston <bje@redhat.com>
...
* config.sub (rtmk*, rtmk-nova*): Recognise.
From Johan Rydberg <jrydberg@rtmk.org >.
2002-02-15 06:35:48 +00:00
db9340999e
2002-02-15 Wendy Palm <wendyp@cray.com>
...
* config.guess (CRAY*X-MP:*:*:*, CRAY-2:*:*:*): Remove, as we know
they no longer exist in the field.
* config.sub (cray2, xmp): Likewise.
(cray, ymp, [cj]90-cray): basic_machine is now j90-cray.
(sv1-cray, cray-t3e, cray-t3d, cray-t90): New basic machine patterns.
2002-02-15 06:28:33 +00:00
fa21edd7f7
2002-02-15 Ben Elliston <bje@redhat.com>
...
* config.sub: Accept m68060.
2002-02-15 06:02:05 +00:00
32c382c991
2002-02-12 Ben Elliston <bje@redhat.com>
...
* config.sub (sx?-*, superux*): New basic_machine and os.
From Len Makin <Len.Makin@csiro.au >.
2002-02-12 08:56:43 +00:00
a24238bec4
2002-02-12 Ben Elliston <bje@redhat.com>
...
* config.guess: Set LC_ALL, not LANG, when running ld --help.
From Nicola Pero <nicola@brainstorm.co.uk >.
2002-02-12 08:34:58 +00:00
9257cbbd55
2002-02-01 Ben Elliston <bje@redhat.com>
...
* config.sub (sh64, sh64-*): Add new machine.
2002-02-01 11:37:23 +00:00
09c10d9867
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
...
* config.sub: Add support for or32.
2002-02-01 00:05:00 +00:00
f6a3f22733
2002-01-26 Andy Olson <andrew.olson@lmco.com>
...
* config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*.
Discussed with and approved by <peterv@qnx.com >.
2002-01-30 00:39:31 +00:00
ce872a322b
2002-01-23 Ben Elliston <bje@redhat.com>
...
* config.guess (i*86:Linux:*:*): Specifically handle the Intel icc
compiler, which doesn't define __ELF__. Submitted by Erik Lindahl
<lindahl@stanford.edu >.
2002-01-23 07:36:04 +00:00
dcaf91525a
2002-01-22 Nicola Pero <nicola@brainstorm.co.uk>
...
* config.guess (i*86:Linux:*:*): Fixed: export LANG=C before
running ld so that linker output can be assumed to be in English,
and it works with non-default locales.
2002-01-21 21:02:07 +00:00
560e733c1b
2002-01-10 Ben Elliston <bje@redhat.com>
...
* config.guess: Update Per Bothner's mail address.
2002-01-10 12:39:00 +00:00
7624e03f5e
* whitespace tweak.
2002-01-03 06:48:29 +00:00
34d0fa8b51
2002-01-02 Douglas B. Rupp <rupp@gnat.com>
...
* config.sub (alpha64*): New basic_machine.
2002-01-02 04:46:24 +00:00
9200d34b0d
2002-01-02 Ben Elliston <bje@redhat.com>
...
From Sigbjorn Skjaeret <cisc@c2i.net >.
* config.guess: Add detection for MorphOS.
* config.sub: Handle morphos*.
2002-01-02 04:00:36 +00:00
5936c1ae86
2002-01-02 H.J. Lu <hjl@gnu.org>
...
* config.guess (mips:Linux:*:*): Undef CPU, mips and mipsel first.
2002-01-01 22:22:36 +00:00
378309c13d
2001-12-13 Douglas B. Rupp <rupp@gnat.com>
...
* config.guess: Recognize x86 Interix version 3.
2001-12-13 03:53:12 +00:00
083292684f
2001-12-12 Ben Elliston <bje@redhat.com>
...
* config.guess (i*86:Linux:*:*): Minor simplification: have the
preprocessor emit shell assignments and just eval the output.
2001-12-12 H.J. Lu <hjl@gnu.org >
* config.guess (mips:Linux:*:*): Re-work.
2001-12-12 10:41:46 +00:00
7bf0cf7b2b
2001-12-12 Ben Elliston <bje@redhat.com>
...
* config.guess: Speed up detection of x86 Linux systems by using
just the C preprocessor rather than assembling and linking a final
executable.
2001-12-12 03:14:13 +00:00
d13007a85c
2001-12-12 Jason Thorpe <thorpej@wasabisystems.com>
...
* config.guess: Simplify assignment of machine for NetBSD targets,
and make it match the convention that NetBSD uses. List all
NetBSD architectures that require "elf" at the end of the OS name.
2001-12-12 01:58:28 +00:00
f6bb0fee2a
2001-12-10 Lars Brinkhoff <lars@nocrew.org>
...
* config.sub: Recognize a few PDP-10 aliases.
2001-12-10 11:05:52 +00:00
4e8934b5c2
* Formatting tweak.
2001-12-05 21:53:44 +00:00
d028916a69
2001-12-03 Ben Elliston <bje@redhat.com>
...
* config.sub: Recognise the Nucleus family of operating systems.
From <Takahiko_Kawasaki@cii.csk.co.jp >.
2001-12-03 02:15:57 +00:00
977fabf2fc
2001-12-03 Bob Wilson <bwilson@tensilica.com>
...
* config.sub: Add support for Xtensa targets.
2001-12-03 02:00:12 +00:00
b33aebc9b3
2001-11-30 Ben Elliston <bje@redhat.com>
...
* config.sub: Recognise NEC v850e. From Miles Bader <miles@lsi.nec.co.jp >.
2001-11-30 07:35:07 +00:00
96d7ae9fe8
2001-11-26 Ben Elliston <bje@redhat.com>
...
* config.guess (nsr-tandem-nsk): Detect all known NSR processor
types. Contributed by Kjetil Barvik <kjetil.barvik@bbs.no >.
2001-11-26 04:35:35 +00:00
6d3e14842a
2001-11-16 Ben Elliston <bje@redhat.com>
...
* config.sub: Accept "-atheos*" as a valid OS.
From Taco Witte <T.C.Witte@phys.uu.nl >.
2001-11-19 04:54:11 +00:00
beb53b196e
2001-11-08 Ben Elliston <bje@redhat.com>
...
* config.guess: Handle 3487/3488 machines for NCR SysV UNIX.
Contributed by Melvin M. Bagaforo <mbagaforo@makro.com.ph >.
2001-11-08 05:03:22 +00:00
b4c2518fbb
2001-11-07 Adrian von Bidder <avbidder@acter.ch>
...
* config.sub: Accept "-uclinux*" as a valid OS.
2001-11-08 03:43:21 +00:00
039d70213a
2001-11-07 D.J. Barrow <djbarrow@de.ibm.com>
...
* config.sub: Added S/390 31 and 64 bit target.
2001-11-08 03:35:57 +00:00
45a38b4439
2001-11-06 John Marshall <jmarshall@acm.org>
...
* config.sub: Accept "-palmos*" as a valid OS.
2001-11-07 01:00:52 +00:00
2ab1c3ca2f
2001-11-07 Geoffrey Keating <geoffk@redhat.com>
...
* config.sub: Change 'stormy16' to 'xstormy16' in the two places
it appears.
2001-11-07 00:56:35 +00:00
83116daccf
2001-10-05 Ben Elliston <bje@redhat.com>
...
* config.guess: Add "SKA40" as a machine type for NCR SysV UNIX.
From Rudi Heitbaum <rheitbaum@tattersalls.com.au >.
2001-10-05 Rodney Brown <rbrown64@csc.com.au >
* config.guess (9000/[34678]??:HP-UX:*:*): Unconditionally try
/usr/bin/getconf which is available on HP-UX 10.20. Reindent.
2001-10-05 06:34:14 +00:00