Commit Graph

52 Commits

Author SHA1 Message Date
Ben Elliston de856c4402 * config.sub, config.guess: Update from upstream sources. 2009-08-17 04:10:29 +00:00
Ben Elliston ec8224bad1 * config.sub, config.guess: Update from upstream sources. 2009-06-02 23:00:59 +00:00
Eli Zaretskii e05488489f * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
consistency with config.sub.  (Update from upstream sources.)
2009-04-24 14:27:20 +00:00
Ben Elliston 5bbd5ae0bb * config.sub, config.guess: Update from upstream sources. 2009-04-17 11:40:14 +00:00
Ben Elliston 676c617704 * config.sub, config.guess: Update from upstream sources. 2008-12-18 03:26:46 +00:00
Ben Elliston c4f3555ecb * config.sub, config.guess: Update from upstream sources. 2008-12-02 03:21:45 +00:00
Ben Elliston 0158b75986 * config.sub, config.guess: Update from upstream sources. 2008-04-14 09:28:35 +00:00
Ben Elliston 6fd221264f * config.sub, config.guess: Update from upstream sources. 2008-03-12 23:45:14 +00:00
Ben Elliston 797ac90aed * config.sub, config.guess: Update from upstream sources. 2008-01-23 02:43:51 +00:00
Ben Elliston 58e21be152 * config.sub, config.guess: Update from upstream sources. 2008-01-07 23:25:47 +00:00
Ben Elliston 7e95d4b86d * config.sub, config.guess: Update from upstream sources. 2007-12-05 03:27:21 +00:00
Nick Clifton 7132f76c96 * config.sub, config.guess: Update from upstream sources. 2007-08-29 15:23:21 +00:00
Ben Elliston 7571593864 * config.sub, config.guess: Update from upstream sources. 2007-06-06 23:23:36 +00:00
Ben Elliston 18bff3e03b * config.sub, config.guess: Update from upstream sources. 2006-12-11 04:12:46 +00:00
Ben Elliston 477192898e * config.sub, config.guess: Update from upstream sources. 2006-09-26 05:22:50 +00:00
Ben Elliston 372e55957e * config.sub, config.guess: Update from upstream sources. 2006-05-14 00:51:19 +00:00
Ben Elliston 2d82d0b488 * config.sub, config.guess: Update from upstream sources. 2006-05-12 01:45:10 +00:00
Nick Clifton 24ebb0c0d9 Sync top level config files from the master config repository 2006-01-16 17:34:37 +00:00
Paolo Bonzini a7dc05b5d1 toplevel:
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-12-05 15:16:05 +00:00
R. Kelley Cook 8058791e8f 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
* COPYING, compile, config-ml.in, config.guess,
	config.sub, install-sh, missing, mkinstalldirs,
	symlink-tree, ylwrap: Sync from upstream sources.
2005-07-14 01:24:56 +00:00
DJ Delorie f247ebc36e 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
* install-sh, compile: Import from automake.
* config.guess, config.sub:  Import from savannnah.
2004-11-16 01:18:39 +00:00
DJ Delorie 8199a77ffb Merge from gcc:
2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
	* config.guess: New upstream version
	* compile, depcomp, install-sh, ylwrap: Likewise.

	2004-09-19  Roger Sayle  <roger@eyesopen.com>
	* config/mh-x86omitfp: New host makefile fragment.  Add
	-fomit-frame-pointer to the default BOOT_CFLAGS.
	* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
	* configure: Regenerate.

	2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
	PR target/11572
	* configure.in (*-*-darwin*): Renable libobjc.
	* configure: Regenerate.
2004-09-23 19:54:49 +00:00
Nick Clifton 0a7a5cb71d Import latest version from master repository. 2004-09-04 07:53:54 +00:00
Andrew Cagney a2d3e2482d Index: 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: 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.
2004-02-19 14:55:25 +00:00
H.J. Lu 753d031f1f 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
* config.guess: Update to 2003-06-12 version.
	* config.sub: Update to 2003-06-13 version.
2003-06-14 14:07:21 +00:00
H.J. Lu 02112c7344 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
* config.guess: Update to 2003-06-06 version.
	* config.sub: Update to 2003-06-06 version.
2003-06-12 14:41:29 +00:00
Andreas Jaeger 04533e3a55 2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version.
	* config.sub: Update to 2003-05-09 version.
2003-05-13 12:09:10 +00:00
Alan Modra de16df1923 import latest versions 2003-02-19 07:47:34 +00:00
Chris Demetriou 9f05d3a44a [ 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.

[ 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.
2003-01-08 22:09:30 +00:00
Nick Clifton a38b141548 Import chnages from master config repository. 2002-09-12 15:59:37 +00:00
Andrew Cagney 75ec38da31 Import config.guess and config.sub. 2002-08-23 21:22:39 +00:00
Chris Demetriou ce831986a9 2002-07-16 Chris Demetriou <cgd@broadcom.com>
* config.guess: Update to 2002-07-09 version.
        * config.sub: Update to 2002-07-03 version.
2002-07-17 00:17:14 +00:00
Jason Thorpe 613251a46d * config.guess: Update to 2002-05-22 version.
* config.sub: Likewise.
2002-05-22 18:36:13 +00:00
Mark Mitchell 1bf83a86f6 * config.guess: Updated to 2002-04-26's version.
* config.sub: Updated to 2002-04-26's version.
2002-04-30 17:40:45 +00:00
Daniel Jacobowitz ef575dad60 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
* config.guess: Import from master sources, rev 1.232.
        * config.sub: Import from master sources, rev 1.246.
2002-02-24 00:04:00 +00:00
Ben Elliston 9d1376ced2 * config.guess: Import from master sources, rev 1.229.
* config.sub: Import from master sources, rev 1.240.
2002-02-01 11:49:27 +00:00
H.J. Lu 09fd448102 2002-01-16 H.J. Lu (hjl@gnu.org)
* 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.
2002-01-16 23:20:25 +00:00
Alan Modra f63c362a37 * config.sub: Import latest version.
* config.guess: Likewise.
2001-12-18 07:20:15 +00:00
Hans-Peter Nilsson e19332c667 * config.sub, config.guess: Import latest from subversions. 2001-09-28 21:04:51 +00:00
Eric Christopher a39a34f715 2001-08-30 Eric Christopher <echristo@redhat.com>
* config.sub, config.guess: Import latest from subversions.
2001-08-31 05:45:40 +00:00
Alan Modra 538eaed779 * config.sub, config.guess: Import latest from subversions. 2001-08-20 03:29:21 +00:00
Phil Blundell f135657863 2001-03-22 Philip Blundell <philb@gnu.org>
* config.sub, config.guess: Import latest from subversions.
2001-03-22 11:09:20 +00:00
Nick Clifton 1e667f61b7 Add s390 support 2001-02-10 00:58:38 +00:00
Michael Sokolov d4eaf28eb5 * config.guess: Import from subversions.gnu.org (revision 1.181).
* config.sub: Import from subversions.gnu.org (revision 1.199).
2001-02-04 18:17:30 +00:00
Alan Modra f1f21b9ea2 Handle hppa64-linux systems. 2001-01-30 02:17:40 +00:00
Andreas Jaeger 10422a10ea * config.sub, config.guess: Update from subversions. 2001-01-07 12:04:21 +00:00
Phil Blundell 5c8663ed32 2000-09-12 Philip Blundell <philb@gnu.org>
* config.sub, config.guess: Update from subversions.
2000-09-12 18:09:36 +00:00
Andrew Cagney 1b13cadb43 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
2000-05-30 09:08:59 +00:00
Andrew Cagney fb87c246a7 * config.guess, config.sub: Updated to match config's 2000-02-15
version.
2000-02-24 05:38:51 +00:00
Christopher Faylor d30d79907c cygwin32 -> cygwin 2000-02-21 03:24:17 +00:00