📄 changelog
字号:
2005-08-03 Ben Elliston <bje@gnu.org> Reported by Kulkin Alexey <kulkin@yandex.ru>: * config.guess (x86_64:CYGWIN*:*:*): New case. * testsuite/config-guess.data: Add test case.2005-07-14 Robert Millan <robertmh@gnu.org> * config.guess (or32:Linux:*:*): Detect. * testsuite/config-guess.data: Add test case.2005-07-08 Michael Haubenwallner <michael.haubenwallner@salomon.at> * config.guess: Let set_cc_for_build evaluate only once to avoid creation of more than one tmpdir without removing the old one.2005-07-08 Ben Elliston <bje@gnu.org> * config.sub: Add support for Haiku. * testsuite/config-sub.data: Add test cases for i386, SPARC and PowerPC Haiku.2005-07-08 Ben Elliston <bje@gnu.org> * Makefile (SHELL): Remove override.2005-07-04 Ben Elliston <bje@gnu.org> Paul Mundt <lethal@linux-sh.org> * config.sub: Handle sh2a/sh4a. * testsuite/config-sub.data: Add test cases.2005-07-01 Robert Millan <robertmh@gnu.org> * config.sub: Deprecate "openrisc" in favour of "or32". Do not default the OS field to "coff". * testsuite/config-sub.data: Add a test case.2005-06-30 Ben Elliston <bje@gnu.org> * config.sub (sh64): Remove duplicate entry. * testsuite/config-sub.data: Add test case for sh64.2005-06-30 Mike Frysinger <vapier@gentoo.org> * config.sub (mips64vr5900, mips64vr5900el): New machines. * testsuite/config-sub.data: Add test cases.2005-06-30 Brad Smith <brad@comstyle.com> * config.guess: Simplify OpenBSD support.2005-06-02 Aldy Hernandez <aldyh@redhat.com> * config.sub (ms1, ms1-*): New. * testsuite/config-sub.data: Add test cases.2005-06-02 Jim Blandy <jimb@redhat.com> * config.sub (m32c, m32c-*): New. * testsuite/config-sub.data: Add test cases.2005-05-27 Ben Elliston <bje@gnu.org> * config.guess (i*:windows32*:*): uname -m includes "-pc", so no need to emit it additionally. * testsuite/config-guess.data: Update test case.2005-05-15 Ben Elliston <bje@gnu.org> Reported by Sam Steingold <sds@gnu.org>: * config.guess (i*:windows32*:*): New. * testsuite/config-guess.data: Add a corresponding test case.2005-05-15 Paul Eggert <eggert@cs.ucla.edu> * config.guess: Fix remaining problematic uses of "exit 0" (and one problematic use of "&& exit").2005-05-12 Ben Elliston <bje@gnu.org> * config.guess: Update Free Software Foundation address. * config.sub: Likewise.2005-05-12 Ben Elliston <bje@gnu.org> * uname: Similar to the last change, remove all exit commands and let the script exit with the exit code of the last command.2005-05-12 Paul Eggert <eggert@CS.UCLA.EDU> Explanation for this subtle change: From: Paul Eggert <eggert@CS.UCLA.EDU> To: config-patches@gnu.org Subject: config.guess, config.sub misdiagnose write errors config.guess and config.sub sometimes mishandle write errors to stdout: they either ignore the errors, or output invalid diagnostics when they occur. For a simple (albeit unrealistic) example, on my Solaris 8 (sparc) host, the command "config.guess >&-" exits with status 0; it should exit with status 1, due to the write failure. * config.guess: Don't exit with an explicit exit code of 0. * config.sub: Likewise.2005-05-12 Ben Elliston <bje@gnu.org> * config.guess (i*86:skyos:*:*): New. * config.sub (case $os): Handle "-skyos*" as a valid OS. * testsuite/config-guess.data: Add a test case. * testsuite/config-sub.data: Likewise.2005-05-12 Tim Rice <tim@multitalents.net> * config.guess: Add support for SCO OpenServer 6.2005-05-12 Noah Misch <noah@cs.caltech.edu> * config.guess (9000/[34678]??:HP-UX:*:*): Discard stderr of `cc -E -'; HP `cc' emits an error for it but still preprocesses standard input as expected. Add comment.2005-05-12 Nick Burrett <nick@sqrt.co.uk> Ben Elliston <bje@gnu.org> * config.guess (arm:riscos:*:*): New configuration. * testsuite/config-sub.data: New tests. * testsuite/config-guess.data: Likewise.2005-05-12 Nick Burrett <nick@sqrt.co.uk> * config.guess: Add a missing newline to arm-acorn-riscix string.2005-04-22 Paul Green <Paul.Green@stratus.com> Ben Elliston <bje@gnu.org> * config.guess: Add Stratus VOS IA32 systems. * testsuite/config-guess.data: Add a testcase.2005-04-22 Ben Elliston <bje@gnu.org> Bernd Schmidt <bernds_cb1@t-online.de> * config.sub (bfin): New target. * testsuite/config-sub.data: Test bfin-elf.2005-04-22 Ben Elliston <bje@gnu.org> Dave Miller <davem@davemloft.net> * config.sub (sparc64b): Handle. * testsuite/config-sub.data: Test sparc64-linux, sparc64b-linux.2005-03-24 Paul Eggert <eggert@cs.ucla.edu> * config.guess: Update URL for script location. Problem reported by Bruno Haible.2005-02-10 Ben Elliston <bje@gnu.org> J Shepherd <jashepherd@usa.net> * config.guess (NSE-?:NONSTOP_KERNEL:*:*): New. * testsuite/config-guess.data: Test for nse-tandem-nsk.2005-02-10 Ben Elliston <bje@gnu.org> * testsuite/config-guess.data: Add craynv-cray-unicosmp2.5.X case.2005-02-10 Ben Elliston <bje@gnu.org> * testsuite/config-sub.sh (run_config_sub): New function. Compute $rc within the function and return it. * testsuite/config-guess.sh (run_config_guess): Likewise.2005-02-10 Ben Elliston <bje@gnu.org> * config.guess (amd64:CYGWIN*:*:*): New. * testsuite/config-sub.data: Add amd64-cygwin, x86_64-cygwin. * testsuite/config-guess.data: Add x86_64-unknown-cygwin test.2005-02-10 Ben Elliston <bje@gnu.org> * config.guess: Update copyright years. * config.sub: Likewise.2005-01-11 Inderpreet Singh <inderpreetb@noida.hcltech.com> Ben Elliston <bje@gnu.org> * config.sub: Handle maxq target. * testsuite/config-sub.data: Add maxq and maxq-elf tests.2004-11-30 Melissa Mears <asterisk@graces.dricas.com> * config.sub: Handle xbox alias. * testsuite/config-sub.data: Add xbox case.2004-11-17 Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@gnu.org> * config.sub: Recognize xscalee[bl]. * testsuite/config-sub.data: Add xscale, xscalee[bl] cases.2004-11-12 Ben Elliston <bje@gnu.org> * config.guess (*:z/VM:*:*): Add new case. * config.sub (os): Add case for -zvmoe. * testsuite/config-guess.data: Add a test case. * testsuite/config-sub.data: Likewise.2004-11-12 Ben Elliston <bje@gnu.org> * testsuite/config-guess.sh: Use , and not / as the sed delimiter.2004-11-12 Andris Pavenis <pavenis@latnet.lv> * config.sub (djgpp): Alias to i586-pc-msdosdjgpp. * testsuite/config-sub.data: Add a test case. 2004-10-25 Ben Elliston <bje@gnu.org> * testsuite/config-guess.sh: Reduce recurring tabs into a single tab, to allow the test data to be better aligned in columns.2004-10-25 Ben Elliston <bje@gnu.org> Reported by Monty Solomon <monty@roscom.com>: * config.guess (*:XENIX:*:SysV): New. * testsuite/config-guess.data: Add a test case.2004-10-25 Ben Elliston <bje@gnu.org> Reported by Martin Hammer <martin.hammer@siemens.com>: * config.guess (DRS?6000:isis:4.2*:7*): New pattern.2004-09-07 Ben Elliston <bje@gnu.org> * config.guess (frv:Linux:*:*): New. * testsuite/config-sub.data: Add cris-linux, frv-linux. * testsuite/config-guess.data: Add frv-linux-unknown-gnu case.2004-08-27 Hans-Peter Nilsson <hp@axis.com> * config.sub: Handle crisv32, alias etraxfs. * config.guess (crisv32:Linux:*:*): Handle. * testsuite/config-sub.data: Add test case. * testsuite/config-guess.data: Likewise.2004-08-22 Ben Elliston <bje@gnu.org> * Makefile (check): Run config-guess.sh tests as well. * testsuite/config-guess.sh: New test. * testsuite/config-guess.data: New file. * testsuite/uname.in: Likewise. * testsuite/config-sub.data (amd64-unknown-freebsd5.2): New case.2004-08-13 Brad Smith <brad@comstyle.com> * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines. (sgi:OpenBSD:*:*): Emit mips64, not mipseb.2004-08-11 Paul Eggert <eggert@cs.ucla.edu> * config.guess (*:Darwin:*:*): If uname -p reports "unknown", assume the processor is a powerpc. This is because coreutils uname (at least versions 4.5.7 through 5.2.1) outputs "unknown" in this case, due to a MacOS X bug that causes sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0) to return a negative number. Problem reported by Petter Reinholdtsen in: http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html2004-07-19 Ben Elliston <bje@gnu.org> * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.2004-07-02 Ben Elliston <bje@gnu.org> * testsuite/config-sub.data: Add i386-elf to i786-elf.2004-06-30 Ben Elliston <bje@gnu.org> * testsuite/config-sub.data: Add more new tests.2004-06-25 Ben Elliston <bje@gnu.org> * Makefile (check): New target. * testsuite/config-sub.sh: New test. * testsuite/config-sub.data: New file.2004-06-24 Ben Elliston <bje@gnu.org> * config.guess: Update copyright years. * config.sub: Likewise.2004-06-22 Robert Millan <robertmh@gnu.org> * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded since GNU/kFreeBSD systems match *:GNU/*:*:* instead).2004-06-22 Stanley F. Quayle <stan@stanq.com> * config.guess (*:*VMS:*:*): New entry. Replaces Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec manufacturer.2004-06-22 Ben Elliston <bje@gnu.org> * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>. * config.sub: Likewise.2004-06-22 Ben Elliston <bje@gnu.org> Reported by Hans-Peter Nilsson <hp@bitrange.com>: * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.2004-06-21 Ben Elliston <bje@gnu.org> * Makefile: New file.2004-06-11 Ben Elliston <bje@gnu.org> * config.guess (pegasos:OpenBSD:*:*): Remove.2004-06-11 Ben Elliston <bje@gnu.org> From Wouter Verhelst <wouter@grep.be>: * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.2004-06-11 Ben Elliston <bje@gnu.org> * config.guess (luna88k:OpenBSD:*:*): New.2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * config.guess (m32r*:Linux:*:*): New case. * config.sub: Handle m32rle.2004-03-12 Ben Elliston <bje@wasabisystems.com> From Jens Petersen <petersen@redhat.com>: * config.sub: Handle sparcv8.2004-03-03 Ben Elliston <bje@wasabisystems.com> From Tom Smith <smith@cag.lkg.hp.com>: * config.guess: Version suffixes are equally significant on Tru64 V4.* and V5.*, so do not ignore them on V5.*. Handle a version prefix of "P" (patched kernel).2004-02-23 Tal Agmon <Tal.Agmon@nsc.com> * config.sub: Add support for National Semiconductor CRX target.2004-02-16 Thorsten Glaser <x86@ePost.de> * config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle. * config.sub: Handle -mirbsd*.2004-02-16 Brad Smith <brad@comstyle.com> * config.guess: Recognize OpenBSD on AMD64 and CATS hardware.2004-02-11 Ben Elliston <bje@wasabisystems.com> * config.sub (abacus): Add.2004-02-11 Galit Heller <Galit.Heller@nsc.com> * config.sub: Add support for National Semiconductor CR16C target.2004-02-02 Ben Elliston <bje@wasabisystems.com> * config.guess (*:ekkoBSD:*:*): Handle. * config.guess: Handle -ekkobsd*.2004-01-30 Ben Elliston <bje@wasabisystems.com> * NEWS: Remove.2004-01-24 Ben Elliston <bje@wasabisystems.com> From Brett E. Wynkoop <wynkoop@wynn.com>: * config.guess (m68k:machten:*:*): Handle.2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org> * config.guess: Fix DragonFly entry to really work.2004-01-05 Ben Elliston <bje@wasabisystems.com> Joachim Schmitz <schmitz@hp.com> * config.guess: Handle NSR-? to accept any CPU type.2004-01-05 Ben Elliston <bje@wasabisystems.com> * config.sub: Handle amd64-*.2003-11-20 Kristian Van Der Vliet <vanders@liqwyd.com> * config.guess (i*86:syllable:*:*): New. * config.sub (-syllable*): Likewise.2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org> * config.guess (*:DRAGONFLY:*:*): New. * config.sub (-dragonfly*): Likewise.2003-11-03 Ben Elliston <bje@wasabisystems.com> * config.guess: Detect OpenBSD on Pegasos I hardware.2003-11-03 Jim Tison <jtison@us.ibm.com> Ulrich Weigand <uweigand@de.ibm.com> * config.sub (tpf, -tpf*): Recognize.2003-10-16 Ben Elliston <bje@wasabisystems.com> * config.guess (5000:UNIX_System_V:4.*:*): Detect the Fujitsu VPP5000. Reported by Naoki Yoshida <naoki@th.nao.ac.jp>.2003-10-16 Bernardo Innocenti <bernie@develer.com>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -