summaryrefslogtreecommitdiff
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* * config.sub, config.guess: Update from upstream sources.nickrob-async-20060513-branchpointnickrob-async-20060513-branchBen Elliston2006-05-121-17/+16
|
* Sync top level config files from the master config repositoryNick Clifton2006-01-161-11/+24
|
* Rename ms1 to mt, part 1Nathan Sidwell2005-12-121-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. * configure.in: Replace ms1 arch with mt. * configure: Rebuilt. * bfd/Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace ms1 with mt. (cpu_mt.lo, elf32-mt.lo): Update target and dependency names. * bfd/Makefile.in: Rebuilt. * bfd/config.bfd: Replace ms1 arch with mt. * bfd/configure.in: Replace ms1 files with mt files. * bfd/configure: Rebuilt. * bfd/elf32-mt.c: Renamed from elf32-ms1.c. Update include files. * bfd/cpu-mt.c: Renamed from cpu-ms1.c. * cpu/mt.cpu: Rename from ms1.cpu. * cpu/mt.opc: Rename from ms1.opc. * binutils/Makefile.am: Replace ms1 files with mt files. * binutils/Makefile.in: Rebuilt. * binutils/readelf.c (elf/mt.h): Adjust #include. * gas/configure.in: Replace ms1 arch with mt arch. * gas/configure: Rebuilt. * gas/configure.tgt: Replace ms1 arch with mt arch. * gas/config/tc-mt.c: Renamed from tc-ms1.c: Update include files. * gas/doc/Makefile.am (CPU_DOCS): Replace ms1 files with mt files. * gas/doc/Makefile.in: Rebuilt. * gas/testsuite/gas/mt: Renamed from ms1 dir. Update file names as needed. * gas/testsuite/gas/mt/errors.exp: Replace ms1 arch with mt arch. * gas/testsuite/gas/mt/mt.exp: Replace ms1 arch with mt arch. * gas/testsuite/gas/mt/relocs.exp: Replace ms1 arch with mt arch. * gdb/configure.tgt: Replace ms1 arch with mt arch. * gdb/config/mt: Renamed from ms1 dir. Update file names as needed. * gdb/config/mt/mt.mt (TDEPFILES): Replace ms1 file with mt file. * include/elf/mt.h: Renamed from ms1.h * ld/Makefile.am (ALL_EMULATIONS): Replace ms1 files with mt files. (eelf32mt.c): Update target name and dependencies. * ld/Makefile.in: Rebuilt. * ld/configure.tgt: Replace ms1 arch with mt arch. * ld/emulparams/elf32mt.sh: Renamed from elf32ms1.sh. Update comment. * libgloss/configure.in: Replace ms1 arch with mt arch. * libgloss/configure: Rebuilt. * libgloss/mt: Renamed from ms1 dir. * newlib/configure.host: Replace ms1 arch with mt arch. * newlib/libc/machine/mt: Renamed from ms1 dir. * opcodes/Makefile.am (CLEANFILES, CGEN_CPUS, MT_DEPS): Replace ms1 with mt. * opcodes/Makefile.in: Rebuilt. * opcodes/configure.in: Replace ms1 files with mt files. * opcodes/configure: Rebuilt. * sid/component/cgen-cpu/mt: Renamed from ms1 dir. Update file names as appropriate. * sid/component/cgen-cpu/mt/Makefile.am: Replace ms1 files with mt files. * sid/component/cgen-cpu/mt/Makefile.in: Rebuilt.
* toplevel:Paolo Bonzini2005-12-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> Sync with gcc: 2005-12-05 Paolo Bonzini <bonzini@gnu.org> * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4, CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below. Find in-tree tools if available. (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them. (CONFIGURED_*_FOR_TARGET): Don't set nor substitute. (*_FOR_TARGET): Set them with GCC_TARGET_TOOL. (COMPILER_*_FOR_TARGET): New. * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs. (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols. (CONFIGURED_*, USUAL_*): Remove. (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO, STRIP): Use autoconf substitutions. (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET, COMPILER_NM_FOR_TARGET): New. (EXTRA_HOST_FLAGS): Pass LIPO and STRIP. (all): Make all-host and all-target in parallel. (do-[+make_target+], do-check, install, [+compare-target+]): Ensure that $$r and $$s are set before invoking a recursive make. (stage[+id+]-bubble): Likewise, and invoke the comparison at the end. ([+bootstrap-target+]): Inline most of the `all' target. 2005-11-29 Ben Elliston <bje@au.ibm.com> * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc from the gcc build directory. * Makefile.in: Regenerate. 2005-11-29 Ben Elliston <bje@au.ibm.com> * Makefile.def: Add new libdecnumber host_module. Make all-gcc depend on all-libdecnumber. * configure.in (host_libs): Include libdecnumber. * Makefile.in: Regenerate. * configure: Likewise. 2005-11-21 Kean Johnston <jkj@sco.com> * config.sub, config.guess: Sync from upstream sources. config: 2005-12-05 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (GCC_TARGET_TOOL): New.
* 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-141-20/+25
| | | | | | * COPYING, compile, config-ml.in, config.guess, config.sub, install-sh, missing, mkinstalldirs, symlink-tree, ylwrap: Sync from upstream sources.
* * config.sub: Add cases for the Renesas m32c. (This patch has beenJim Blandy2005-06-021-0/+5
| | | | accepted into the master sources.)
* 2005-04-29 Paolo Bonzini <bonzini@gnu.org>newlib-csl-arm-2005-q1bPaolo Bonzini2005-04-291-6/+9
| | | | | | | | | | | | | | | | | | | | | Sync from gcc: 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com> * config.sub: Update from master copy. 2005-04-19 Hans-Peter Nilsson <hp@axis.com> * configure.in <crisv32-*-*, cris-*-*>: New local variable libgcj_ex_libffi. Have specific match for *-*-linux*. Separate matches for "*-*-aout" and "*-*-elf". Don't disable libffi for "*-*-elf" and "*-*-linux*". * configure: Regenerate. config: 2005-04-29 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (ACX_PROG_GNAT): Remove stray break.
* 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-01-191-6/+10
| | | | * install-sh, config.sub: Import from upstream.
* 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>DJ Delorie2004-11-161-1/+8
| | | | | * install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
* Import latest version from master repository.Nick Clifton2004-09-041-19/+29
|
* Undo accidental commit whilst adding crx-elf portNick Clifton2004-07-071-4/+0
|
* Add new port: crx-elfNick Clifton2004-07-071-0/+4
|
* Index: ChangeLogAndrew Cagney2004-02-191-8/+56
| | | | | | | | | | | | | | | | | | | 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16. Index: dejagnu/ChangeLog 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16. Index: readline/ChangeLog.gdb 2004-02-19 Andrew Cagney <cagney@redhat.com> * config.guess: Update from version 2003-06-12 to 2004-02-16. * config.sub: Update from version 2003-06-13 to 2004-02-16.
* Add MSP430 variantsNick Clifton2003-08-081-2/+2
|
* 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-141-7/+6
| | | | | * config.guess: Update to 2003-06-12 version. * config.sub: Update to 2003-06-13 version.
* 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-121-4/+10
| | | | | * config.guess: Update to 2003-06-06 version. * config.sub: Update to 2003-06-06 version.
* 2003-05-13 Andreas Jaeger <aj@suse.de>Andreas Jaeger2003-05-131-2/+5
| | | | | * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version.
* import latest versionsAlan Modra2003-02-191-6/+22
|
* [ ChangeLog ]Chris Demetriou2003-01-081-16/+19
| | | | | | | | | | | | | | | | | | | 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ dejagnu/ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ readline/ChangeLog.gdb ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version.
* Import chnages from master config repository.Nick Clifton2002-09-121-8/+8
|
* Import config.guess and config.sub.Andrew Cagney2002-08-231-20/+30
|
* 2002-07-16 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-07-171-14/+31
| | | | | * config.guess: Update to 2002-07-09 version. * config.sub: Update to 2002-07-03 version.
* 2002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley2002-06-181-2/+2
| | | | | * configure.in: Add support for frv. * config.sub: Add support for frv.
* Add DLX targetNick Clifton2002-05-281-2/+2
|
* * config.guess: Update to 2002-05-22 version.Jason Thorpe2002-05-221-3/+3
| | | | * config.sub: Likewise.
* * config.guess: Updated to 2002-04-26's version.Mark Mitchell2002-04-301-6/+6
| | | | * config.sub: Updated to 2002-04-26's version.
* 2002-02-23 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-241-40/+33
| | | | | * config.guess: Import from master sources, rev 1.232. * config.sub: Import from master sources, rev 1.246.
* * config.guess: Import from master sources, rev 1.229.Ben Elliston2002-02-011-4/+14
| | | | * config.sub: Import from master sources, rev 1.240.
* 2002-01-16 H.J. Lu (hjl@gnu.org)H.J. Lu2002-01-161-5/+11
| | | | | | | * config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub.
* * config.sub: Import latest version.Alan Modra2001-12-181-5/+19
| | | | * config.guess: Likewise.
* * config.sub: Update to version 1.232 on subversion.Geoffrey Keating2001-11-261-12/+20
|
* * config.sub, config.guess: Import latest from subversions.Hans-Peter Nilsson2001-09-281-4/+6
|
* * config.sub: Reverted the earlier change, this version is not theThiemo Seufer2001-09-151-9/+1
| | | | master file.
* /bfd/ChangeLogThiemo Seufer2001-09-141-1/+9
| | | | | | | | | | | | | * config.bfd: Change machine triplets from mips*el*-* to mips*el-*. Add support for mips64. /ChangeLog * config.sub: Change machine triplets from mipsel*-* to mips*el-*. Add support for mips64. /gas/ChangeLog * configure.in: Change machine triplets from mips-*-linux-gnu* to mips*-*-linux*.
* 2001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-3/+3
| | | | | | Jason Eckhardt <jle@redhat.com> * config.sub: Add support for mipsisa32.
* 2001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-3/+3
| | | | * config.sub, config.guess: Import latest from subversions.
* * config.sub, config.guess: Import latest from subversions.Alan Modra2001-08-201-55/+108
|
* 2001-03-22 Philip Blundell <philb@gnu.org>Phil Blundell2001-03-221-8/+10
| | | | * config.sub, config.guess: Import latest from subversions.
* Add s390 supportNick Clifton2001-02-101-1/+1
|
* * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov2001-02-041-19/+28
| | | | * config.sub: Import from subversions.gnu.org (revision 1.199).
* * config.sub, config.guess: Update from subversions.Andreas Jaeger2001-01-071-32/+39
|
* Add MIPS32 as a seperate MIPS architectureNick Clifton2000-12-011-6/+8
|
* * config.sub: Add support for Sun ChorusChristopher Faylor2000-11-061-0/+9
|
* Add support for -storm-chaosNick Clifton2000-11-021-3/+3
|
* 2000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell2000-09-121-9/+13
| | | | * config.sub, config.guess: Update from subversions.
* * config.sub: Update to subversions version 2000-07-06.Hans-Peter Nilsson2000-07-201-13/+24
|
* TI C54x target added.Timothy Wall2000-06-201-2/+6
|
* * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney2000-05-301-27/+84
| | | | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
* * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.Jeff Law2000-05-121-1/+3
|
* * config.sub (d30v): Add d30v as a basic machine type.Richard Henderson2000-04-211-1/+1
|