1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-07-04 20:28:21 +12:00
Commit Graph

353 Commits

Author SHA1 Message Date
bc2256ecb3 2002-11-13 Ben Elliston <bje@redhat.com>
* config.sub (windows32): Remove bad idea.

2002-11-13  Werner Lemberg  <wl@gnu.org>

	* config.sub: Add -mks*.

2002-11-13  Jeff Conrad  <jeff_conrad@msn.com>

	* config.guess: Detect MKS running on Windows {95,98,NT}.

2002-11-13  Ben Elliston  <bje@redhat.com>

	* config.guess: Detect PowerMAX OS on Concurrent Synergy machines.
	Reported by Sam Williams <sam.williams@hs.utc.com>.
2002-11-13 05:56:25 +00:00
19e4ce99ca 2002-11-08 Ben Elliston <bje@redhat.com>
* config.guess: Detect m68k-diab-dnix.
	* config.sub: Handle -dnix*.
2002-11-11 01:06:52 +00:00
1c83669fd7 2002-10-21 Paul Eggert <eggert@twinsun.com>
* config.guess (CC_FOR_BUILD): Put "-o outputfile" before any
	operands.  POSIX 1003.1-2001 says that "c99 file.c -o file" is not
	supported; you must put all options before all operands, e.g. "c99
	-o file file.c".
2002-10-21 05:02:09 +00:00
66aed69e17 2002-09-03 Ben Elliston <bje@redhat.com>
* config.guess: Detect NSR-D machines for nsr-tandem-nsk.
	Reported by <Duncan_Stodart@insession.com>.
2002-09-03 14:14:24 +00:00
d78f4ce045 2002-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect Concurrent PowerMaxion.
	Reported by Lloyd Goldston <lloyd.goldston@sed.redstone.army.mil>.
2002-08-23 21:04:54 +00:00
926fa49a3b 2002-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
	Reported by Bruce Lilly <blilly@erols.com>.
2002-08-23 20:53:08 +00:00
6a98c9dfe3 2002-08-19 Ben Elliston <bje@redhat.com>
* config.guess: Detect Super-UX on NEC SX-6.
	Reported by Joachim Worringen <joachim@ccrl-nece.de>.
2002-08-19 19:48:59 +00:00
8b1eb838ea 2002-07-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect alphaev7.  Reported by urs@akk.org.
2002-07-23 19:30:58 +00:00
5801d66a15 * typo fixes. 2002-07-11 05:37:35 +00:00
8a721be495 * double whammy check-in.
* config.guess: Use umask to create temporary directly safely.
	Using mkdir and chmod introduces a race.
	* config.guess: Detect ICL NX version 7 running on ICL/Fujitsu DRS
	6000 machines. Reported by Henrik N. Spuur Hansen <hnsh@mera.dk>.
2002-07-04 01:10:47 +00:00
e7e94e8da7 2002-07-03 Ben Elliston <bje@redhat.com>
* config.guess: Execute $dummy, not ./$dummy, throughout.
2002-07-03 16:35:49 +00:00
dc77abbdfd 2002-07-03 Ben Elliston <bje@redhat.com>
* config.guess (set_cc_for_build): Create a chmod 700 directory in
	/tmp (or $TMPDIR, if set) to store temporary files generated for
	use by the C compiler.  This should resist the /tmp symbolic link
	race vulnerability reported by Lawrence Teo.
2002-07-03 16:29:31 +00:00
7d9c8d4d88 2002-07-01 Bruno Haible <bruno@clisp.org>
* config.guess: For FreeBSD systems using glibc, add suffix "-gnu".
	* config.sub: Accept freebsd-gnu system name.
2002-07-01 13:15:55 +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
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
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
c1ed0639fe * remove trailing whitespace. 2002-03-19 21:43:31 +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
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
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
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
8d1a4136ef * Oops, bump timestamp. 2002-01-30 00:41:07 +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
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
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
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
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
04fa2b504d * Update instructions for submitting patches. 2001-10-05 02:31:44 +00:00
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
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
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
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
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
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
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
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
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
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
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