Ben Elliston
04fa2b504d
* Update instructions for submitting patches.
2001-10-05 02:31:44 +00:00
Ben Elliston
0ea5d0e484
2001-09-13 Ben Elliston <bje@redhat.com>
...
* config.guess (*-*-openbsd): Reorganise and clean up.
Contributed by brad@openbsd.org .
2001-09-13 00:21:03 +00:00
Ben Elliston
d2bfe1b687
2001-09-12 Ben Elliston <bje@redhat.com>
...
* config.guess: Fix NetBSD detection on SPARC. From Matthew Green
<mrg@eterna.com.au>.
2001-09-12 08:45:14 +00:00
Ben Elliston
5f9e9ee808
2001-09-04 Ben Elliston <bje@redhat.com>
...
* config.guess: Move eval $set_cc_for_build in most cases, to
prevent this script fragment from cloberring a previously
constructed C program in $dummy.c.
2001-09-03 22:50:59 +00:00
Ben Elliston
ad52092d1f
2001-08-23 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect AtheOS on x86 systems.
Based on info provided by Taco Witte <tcwitte@wish.net>.
2001-08-23 05:34:02 +00:00
Ben Elliston
663edf9612
2001-08-21 matthew green <mrg@eterna.com.au>
...
* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.
2001-08-20 21:21:20 +00:00
Ben Elliston
275420ce39
2001-08-09 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect Alpha ev68 on OSF/1 and Linux.
From Ken Whaley <ken@believe.com>.
2001-08-09 10:17:15 +00:00
Ben Elliston
9585ff1b3c
2001-08-04 Darrell Hamilton <Darrell_Hamilton@labcorp.com>
...
* config.guess: Unisys places the host id in ${UNAME_SYSTEM}
which is too unique to flag this system. Detect it with *
instead.
2001-08-04 04:17:04 +00:00
Ben Elliston
bbf83f3b6c
* From Paul Green <Paul.Green@stratus.com>.
...
* config.guess: Detect Stratus VOS operating system.
* config.sub: Handle aliases for such.
2001-07-31 04:48:45 +00:00
Ben Elliston
7e1c61f040
2001-07-30 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect STOP operating system on x86 CPUs.
From Hans Edwards <Hans.Edwards@getronicsgov.com>.
2001-07-30 01:55:38 +00:00
Ben Elliston
a7b9376a25
2001-07-19 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect Linux on the PPC64 architecture.
2001-07-19 02:39:15 +00:00
Ben Elliston
75a07afb1f
2001-07-12 Keith Thompson <kst@sdsc.edu>
...
* config.guess: Strip trailing sub-version number from
$UNAME_RELEASE on Cray YMP or Cray [A-Z]90 models.
2001-07-11 23:54:49 +00:00
Ben Elliston
e2193ccc86
2001-07-09 Mark Klein <mklein@dis.com>
...
* config.guess: Update MPE/iX to handle A and N class HPe3000.
2001-07-09 00:09:43 +00:00
Ben Elliston
7f9886cc84
2001-06-29 Ben Elliston <bje@redhat.com>
...
* config.guess: Remove stale libc1 tests on PowerPC Linux.
2001-06-29 02:38:23 +00:00
Ben Elliston
21c209a8a5
2001-06-29 John Wolfe <jlw@sco.com>
...
* config.guess: Correct UnixWare 7 and Open UNIX 8.0 change;
test for i586 must be a string that ends with "Pentium".
2001-06-29 02:33:45 +00:00
Ben Elliston
c98696fb70
2001-06-28 Ben Elliston <bje@redhat.com>
...
* config.guess: On Alpha Linux, use /proc/cpuinfo to determine
the CPU model, rather than assembling a small test program.
2001-06-28 00:31:38 +00:00
Ben Elliston
f4b5659045
* fingers crossed.
...
2001-06-27 Ben Elliston <bje@redhat.com>
* config.guess: Do not unconditionally run the script fragment
to set $CC_FOR_BUILD. Put the script in the shell variable
$set_cc_for_build and only evaluate it before $CC_FOR_BUILD is
referenced. (Poor man's function inlining!)
In future, the goal will be to reduce the dependence on a C
compiler to detect system types by utilising other means.
2001-06-26 15:28:51 +00:00
Ben Elliston
04f46f45a2
* one down, a dozen to go.
...
2001-06-26 Ben Elliston <bje@redhat.com>
* config.guess: On MIPS Linux, use /proc/cpuinfo to determine
the endian mode of the CPU, rather than compiling and running
a small C program.
2001-06-26 11:14:13 +00:00
Ben Elliston
6b5ef14654
* Quote expression to grep.
2001-06-15 02:16:27 +00:00
Ben Elliston
c77257206c
2001-06-12 John Wolfe <jlw@sco.com>
...
* config.guess: Standardize triplet for UnixWare 7 and Open
UNIX 8.0, improve processor detection and maintain "sysv5"
prefix on third segment.
2001-06-12 08:00:41 +00:00
Ben Elliston
efc5a8973d
2001-06-05 Tomislav Greguric <greguric@stud.uni-frankfurt.de>
...
* config.guess: Add 2001 to copyright notice issued for -v.
2001-06-04 22:23:20 +00:00
Ben Elliston
caefff9ec1
* A daring, but much needed change to clean up some of this mess.
...
2001-06-01 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Examine the list of supported
targets, not the list of supported emulations when capturing
the output of "ld --help". This causes problems on systems
where GNU ld is built with support for all targets. Adjust
cases in the switch accordingly.
* config.guess: Other small Linux cleanups. Remove unnecessary
logic for setting $VENDOR, since UNAME_MACHINE will always be
i*86 in this case.
2001-06-01 03:08:29 +00:00
Ben Elliston
175df3e559
2001-04-20 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect PowerMAX OS on PowerPC.
2001-04-20 18:18:12 +00:00
Ben Elliston
11d9a44dc6
2001-04-20 Tyson Dowd <trd@cs.mu.oz.au>
...
Fergus Henderson <fjh@cs.mu.oz.au>
* config.guess: Replace i?86 with i*86 to match newer Pentiums.
* config.sub: Likewise.
2001-04-19 22:21:51 +00:00
Ben Elliston
d4a81e6efe
2001-03-30 Peter Buckingham <pbuckingham@lnxw.com>
...
* config.guess: Update LynxOS version numbers.
2001-03-30 01:04:08 +00:00
Ben Elliston
e3629e428a
2001-03-16 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect Linux on SPARC64.
2001-03-15 22:26:29 +00:00
Ben Elliston
62eaf28dab
2001-03-14 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect ELF-based m68k Linux systems. Reported by
Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>.
2001-03-14 00:25:08 +00:00
Ben Elliston
db9b4a7125
2001-03-05 Pavel Roskin <proski@gnu.org>
...
* config.guess: Never use `rm' without `-f' since it may be
interactive.
2001-03-06 10:29:50 +00:00
Ben Elliston
f05a816a86
2001-02-24 Ben Elliston <bje@redhat.com>
...
* config.guess: Match Linux x86 systems explicitly. Allow unknown
architectures to fall through to the default case.
2001-02-24 02:58:11 +00:00
Ben Elliston
0c8270cf72
2001-02-23 Ben Elliston <bje@redhat.com>
...
* config.guess: More Linux cleanup. Match more in the top-level
case statement and less by groking the output of ld.
2001-02-22 22:30:36 +00:00
Ben Elliston
f1274e2a98
2001-02-13 David Edelsohn <edelsohn@gnu.org>
...
* config.guess (ia64:AIX): New case.
(*:AIX): Expand AIX V4 case to include V5. Remove unnecessary `H'
option from lsattr. Check for string "POWER" with prepended space
to distinguish from PowerPC_POWER3. Use ${UNAME_VERSION} instead
of assuming "4" to match the expanded case.
2001-02-13 03:07:04 +00:00
Ben Elliston
c44a518654
2001-02-13 Ben Elliston <bje@redhat.com>
...
* config.guess: More Linux clean-up.
2001-02-13 01:42:35 +00:00
Ben Elliston
6826c980e6
2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
...
* config.guess: Add Linux target for S/390x.
* config.sub: Likewise.
2001-02-13 00:09:19 +00:00
Ben Elliston
508f05f342
2001-02-13 Ben Elliston <bje@redhat.com>
...
* config.guess: Rework detection of many Linux platforms, where
detection is straightforward.
2001-02-12 23:59:51 +00:00
Ben Elliston
5d329579e6
2001-01-31 Ben Elliston <bje@redhat.com>
...
* config.guess: Handle hppa64-linux systems. From Alan Modra
<alan@linuxcare.com.au>.
2001-01-31 02:20:11 +00:00
Ben Elliston
6191b6e137
2001-01-29 Michael Sokolov <msokolov@ivan.Harhan.ORG>
...
* config.guess: Specifically identify 4.3BSD and 4.3BSD-Reno in
the original VAX UNIX detection logic based on the BSD define in
<sys/param.h>.
2001-01-29 01:07:54 +00:00
Ben Elliston
6b43d3765f
2001-01-17 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect HI-UX on Hitachi SR8000 machines. It has
been difficult to discover what type of CPU is in this machine,
so we'll punt on hppa1.1 for now.
2001-01-17 11:13:26 +00:00
Ben Elliston
953ac0ad98
2001-01-14 Pavel Roskin <proski@gnu.org>
...
* config.guess: Don't use $version in the error message. Use
$timestamp instead. Minor changes in the error text.
2001-01-14 01:54:44 +00:00
Ben Elliston
c83c74932c
2001-01-12 Ben Elliston <bje@redhat.com>
...
* config.guess: Delete $dummy.rel after compiling test programs on
PDP-10 systems whose compilers produce this output file. From Lars
Brinkhoff <lars@nocrew.org>.
2001-01-12 09:07:51 +00:00
Ben Elliston
1d7a271c58
2001-01-12 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect common kernels running on various PDP-10
architectures. Contributed by Lars Brinkhoff <lars@nocrew.org>.
* config.sub: Handle PDP-10.
2001-01-11 13:13:33 +00:00
Ben Elliston
da4765b2a0
2001-01-10 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect LynxOS 3.x on PowerPC architectures.
2001-01-10 09:53:39 +00:00
Ben Elliston
e1e4fa75dc
* Include 2001 in copyright notice.
2001-01-01 00:04:50 +00:00
Ben Elliston
0d1d5cf37a
2000-12-21 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect HP-UX on IA-64 hosts. From Jonathan
Thackray <jon@thackray.org>.
2000-12-20 23:48:36 +00:00
Ben Elliston
83c7916f86
2000-12-20 Pavel Roskin <proski@gnu.org>
...
* config.guess: Detect Fujitsu f700 machines.
* config.sub: Handle f700 and f700-fujitsu.
2000-12-19 13:20:24 +00:00
Ben Elliston
798c3422e4
2000-12-15 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect AIX version 5. Contributed by
mcnichol@austin.ibm.com .
2000-12-14 21:29:50 +00:00
Ben Elliston
16f19c69c1
2000-12-07 Ben Elliston <bje@redhat.com>
...
* config.sub: Add more detail to version information.
* config.guess: Likewise.
2000-12-07 12:20:03 +00:00
Ben Elliston
bdcafb8aea
2000-12-06 Ben Elliston <bje@redhat.com>
...
* config.sub: Add --version option.
* config.guess: Likewise.
2000-12-06 11:52:44 +00:00
Ben Elliston
1edc28e374
2000-12-02 Ben Elliston <bje@redhat.com>
...
* config.guess: Only append "elf" to "netbsd" for platforms that
have switched to the ELF object file format in recent history.
From Matthew Green <mrg@eterna.com.au>.
2000-12-02 04:44:22 +00:00
Ben Elliston
045c3cc312
2000-11-23 Ben Elliston <bje@redhat.com>
...
Patches from Akim Demaille <akim@epita.fr>.
* config.sub (version): Rename from this ..
(timestamp): .. to this.
(usage): Replace --version with --time-stamp. Add additional help
and copyleft notice.
(time-stamp-start): Replace with "timestamp=".
* config.guess (version): Rename from this ..
(timestamp): .. to this.
(usage): Replace --version with --time-stamp. Add additional help
and copyleft notice.
(CC_FOR_BUILD): Rework this logic.
(time-stamp-start): Replace with "timestamp=".
2000-11-23 08:47:27 +00:00
Ben Elliston
10a24621d6
2000-11-21 Ben Elliston <bje@redhat.com>
...
* config.guess: Detect EMX on OS/2. Reported by Ilya Zakharevich
<ilya@math.ohio-state.edu>.
2000-11-20 22:02:00 +00:00