⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 這是一個實時嵌入式作業系統 實作了MCS51 ARM等MCU
💻
📖 第 1 页 / 共 4 页
字号:
	* config.sub: Accept sh64le and sh64le-*.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-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>	* config.sub: Add DLX support.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-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-04-25  Mark Mitchell <mark@codesourcery.com>	* config.sub (*-wrs-windiss): New targets.2002-03-20  Keith Thompson  <kst@sdsc.edu>	* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".2002-03-20  Ben Elliston  <bje@redhat.com>	* config.guess (set_cc_for_build): Add c99 to list of candidates.2002-03-12  J.T. Conklin  <jtc@acorntoolworks.com>	* config.guess: Add OS release to QNX config strings.2002-03-06  Chris Demetriou  <cgd@broadcom.com>	* config.sub: Add support for mipsisa64.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-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-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-22  Ben Elliston  <bje@redhat.com>	From Kevin Ryde <user42@zip.com.au>:	* config.sub (sv1-*, ymp-*, c90-*): Preserve CPU type in output.	(t3d-*, t3e-*): Canonicalize to alpha and alphaev5.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-15  Ben Elliston  <bje@redhat.com>	* config.sub (rtmk*, rtmk-nova*): Recognise.	From Johan Rydberg <jrydberg@rtmk.org>.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  Ben Elliston  <bje@redhat.com>	* config.sub: Accept m68060.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  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-01  Ben Elliston  <bje@redhat.com>	* config.sub (sh64, sh64-*): Add new machine.2002-01-31  Ivan Guzvinec  <ivang@opencores.org>	* config.sub: Add support for or32.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-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-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-10  Ben Elliston  <bje@redhat.com>	* config.guess: Update Per Bothner's mail address.2002-01-02  Douglas B. Rupp  <rupp@gnat.com>	* config.sub (alpha64*): New basic_machine.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  H.J. Lu  <hjl@gnu.org>	* config.guess (mips:Linux:*:*): Undef CPU, mips and mipsel first.2001-12-13  Douglas B. Rupp  <rupp@gnat.com>	* config.guess: Recognize x86 Interix version 3.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  Ben Elliston  <bje@redhat.com>	* config.guess (i*86:Linux:*:*): Speed up detection of x86 Linux	systems by using just the C preprocessor rather than assembling	and linking a final executable.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-10  Lars Brinkhoff  <lars@nocrew.org>	* config.sub: Recognize a few PDP-10 aliases.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  Bob Wilson  <bwilson@tensilica.com>	* config.sub: Add support for Xtensa targets.2001-11-30  Ben Elliston  <bje@redhat.com>	* config.sub: Recognise NEC v850e. From Miles Bader	<miles@lsi.nec.co.jp>.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-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-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-07  Adrian von Bidder  <avbidder@acter.ch>	* config.sub: Accept "-uclinux*" as a valid OS.2001-11-07  D.J. Barrow  <djbarrow@de.ibm.com>        * config.sub: Added S/390 31 and 64 bit target.2001-11-06  John Marshall  <jmarshall@acm.org>	* config.sub: Accept "-palmos*" as a valid OS.2001-11-07  Geoffrey Keating  <geoffk@redhat.com>	* config.sub: Change 'stormy16' to 'xstormy16' in the two places	it appears.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-04  Ben Elliston  <bje@redhat.com>	* config.sub: Handle viac3 as an i586-class CPU.	* config.sub: Handle simso-wrs (Wind River's VxWorks Solaris	simulator target). From dpovey@dstc.qut.edu.au.2001-09-14  H.J. Lu  <hjl@gnu.org>	* config.sub: Support avr-vendor-*.2001-09-13  Ben Elliston  <bje@redhat.com>	* config.guess (*-*-openbsd): Reorganise and clean up.	Contributed by brad@openbsd.org.2001-09-12  Ben Elliston  <bje@redhat.com>	* config.guess (sparc*-*-netbsd): Properly match 32-bit NetBSD/sparc64	as sparc-unknown-netbsd. From Matthew Green <mrg@eterna.com.au>.2001-09-07  Ben Elliston  <bje@redhat.com>	* config.sub: Add mipseb-* alias (whoops).2001-09-04  Ben Elliston  <bje@redhat.com>	* config.sub: Add mipseb alias.2001-09-04  Eric Christopher  <echristo@redhat.com>	    Jason Eckhardt  <jle@redhat.com>	* config.sub: Add support for mipsisa32.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-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  Geoffrey Keating  <geoffk@redhat.com>	* config.sub: Add stormy16-elf.2001-08-21  matthew green  <mrg@eterna.com.au>	* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.2001-08-13  Ben Elliston  <bje@redhat.com>	* config.sub: Handle complete system name for elxsi.	From Zack Weinberg <zackw@panix.com>.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-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-02  Alan Modra  <amodra@bigpond.net.au>	* config.sub: Sort basic cpu patterns.  Combine hppa patterns.2001-08-01  Alan Modra  <amodra@bigpond.net.au>	* config.sub: Recognise powerpc64, powerpc64le, ppc64 variations.2001-07-31  Ben Elliston  <bje@redhat.com>	* config.guess: Detect Stratus VOS operating system.	* config.sub: Handle aliases for such.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-27  Niibe Yutaka  <gniibe@m17n.org>        * config.sub: Recognize sh3eb and sh4eb (big endian) aliases.2001-07-19  Ben Elliston  <bje@redhat.com>	* config.guess: Detect Linux on the PPC64 architecture.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-09  Mark Klein  <mklein@dis.com>	* config.guess: Update MPE/iX to handle A and N class HPe3000.2001-07-02  Graham Stott  <grahams@redhat.com>	* config.sub (basic_machine): Fix typo for mips64vr5000el.2001-06-29  Ben Elliston  <bje@redhat.com>	* config.guess: Remove stale libc1 tests on PowerPC Linux.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-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-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  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-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-08  Christopher Faylor  <cgf@redhat.com>	* config.sub: Add support for Sun Chorus.2001-06-05  Tomislav Greguric  <greguric@stud.uni-frankfurt.de>	* config.guess: Add 2001 to copyright notice issued for -v.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-05-30  Mo DeJong  <mdejong@redhat.com>	* config.sub: Handle windows32 and runtimes.2001-05-24  Ben Elliston  <bje@redhat.com>	* config.sub: Remove duplicate z8k entry.2001-05-11  Yaegashi Takeshi  <t@keshi.org>	* config.sub: Handle sh[34]-* and sh[34]eb-*.2001-05-09  Ben Elliston  <bje@redhat.com>	* config.sub: Handle z8k-coff.	From Christian Groessler <cpg@aladdin.de>.2001-04-20  Ben Elliston  <bje@redhat.com>	* config.sub: Handle sparcv9b.	From Dave Miller <davem@redhat.com>.	* config.guess: Detect PowerMAX OS on PowerPC.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-03-30  Peter Buckingham  <pbuckingham@lnxw.com>	* config.guess: Update LynxOS version numbers.2001-03-30  Alexandre Oliva  <aoliva@redhat.com>	* config.sub: Make sure to match an already-canonicalized	machine name (eg. mn10300-unknown-elf).2001-03-19  Philip Blundell  <philb@gnu.org>	* config.sub: Allow tic80 as machine type.  Allow company name for	h8500 and pj targets; add `unknown' component when canonicalising	h8500-*, pj-* and pjl-*.2001-03-16  Ben Elliston  <bje@redhat.com>	* config.guess: Detect Linux on SPARC64.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-09  H.J. Lu  <hjl@gnu.org>	* config.sub: Recognize s390/s390x as valid $basic_machine.2001-03-05  Pavel Roskin  <proski@gnu.org>	* config.guess: Never use `rm' without `-f' since it may be

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -