summaryrefslogtreecommitdiff
path: root/config.guess
Commit message (Collapse)AuthorAgeFilesLines
* * config.sub, config.guess: Update from upstream sources.nickrob-async-20060513-branchpointnickrob-async-20060513-branchBen Elliston2006-05-121-8/+26
|
* Sync top level config files from the master config repositoryNick Clifton2006-01-161-6/+20
|
* toplevel:Paolo Bonzini2005-12-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261/+271
| | | | | | * COPYING, compile, config-ml.in, config.guess, config.sub, install-sh, missing, mkinstalldirs, symlink-tree, ylwrap: Sync from upstream sources.
* 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>DJ Delorie2004-11-161-3/+9
| | | | | * install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
* Merge from gcc:DJ Delorie2004-09-231-1/+4
| | | | | | | | | | | | | | | | | 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.
* Import latest version from master repository.Nick Clifton2004-09-041-42/+36
|
* Index: ChangeLogAndrew Cagney2004-02-191-6/+58
| | | | | | | | | | | | | | | | | | | 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.
* 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-141-1/+4
| | | | | * 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-3/+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-6/+3
| | | | | * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version.
* import latest versionsAlan Modra2003-02-191-57/+43
|
* [ ChangeLog ]Chris Demetriou2003-01-081-56/+98
| | | | | | | | | | | | | | | | | | | 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-2/+5
|
* Import config.guess and config.sub.Andrew Cagney2002-08-231-3/+12
|
* 2002-07-16 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-07-171-31/+57
| | | | | * config.guess: Update to 2002-07-09 version. * config.sub: Update to 2002-07-03 version.
* * config.guess: Update to 2002-05-22 version.Jason Thorpe2002-05-221-2/+6
| | | | * config.sub: Likewise.
* * config.guess: Updated to 2002-04-26's version.Mark Mitchell2002-04-301-13/+14
| | | | * config.sub: Updated to 2002-04-26's version.
* 2002-02-23 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-241-12/+5
| | | | | * 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-3/+11
| | | | * config.sub: Import from master sources, rev 1.240.
* 2002-01-16 H.J. Lu (hjl@gnu.org)H.J. Lu2002-01-161-4/+10
| | | | | | | * 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-61/+65
| | | | * config.guess: Likewise.
* * config.sub, config.guess: Import latest from subversions.Hans-Peter Nilsson2001-09-281-59/+51
|
* 2001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-1/+7
| | | | * config.sub, config.guess: Import latest from subversions.
* * config.sub, config.guess: Import latest from subversions.Alan Modra2001-08-201-157/+100
|
* 2001-03-22 Philip Blundell <philb@gnu.org>Phil Blundell2001-03-221-213/+162
| | | | * config.sub, config.guess: Import latest from subversions.
* Add s390 supportNick Clifton2001-02-101-0/+2
|
* * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov2001-02-041-13/+48
| | | | * config.sub: Import from subversions.gnu.org (revision 1.199).
* Handle hppa64-linux systems.Alan Modra2001-01-301-0/+2
|
* * config.sub, config.guess: Update from subversions.Andreas Jaeger2001-01-071-50/+141
|
* 2000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell2000-09-121-7/+26
| | | | * config.sub, config.guess: Update from subversions.
* * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney2000-05-301-18/+117
| | | | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
* * config.guess, config.sub: Updated to match config's 2000-02-15Andrew Cagney2000-02-241-174/+337
| | | | version.
* cygwin32 -> cygwinChristopher Faylor2000-02-211-1/+1
|
* Cort Dougan <cort@cs.nmt.edu>Richard Henderson1999-05-301-1/+1
| | | | * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
* Initial revisionRichard Henderson1999-05-031-0/+1008