summaryrefslogtreecommitdiff
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* Update the config.guess and config.sub files from the master repository and ↵Nick Clifton2022-01-171-30/+56
| | | | regenerate files.
* Update config.sub and config.guess for MIPS R3 and R5 ISA supportMaciej W. Rozycki2021-05-241-6/+15
| | | | | | | | | | | | | | | Complement commit ae52f4830604 ("Add MIPS r3 and r5 support.") and get changes for config.sub to recognize MIPS CPU patterns for the R3 and R5 ISA levels, used by GAS to set defaults in gas/configure.ac. Oddly, R6 ISA support has been correctly added already. / * config.guess: Import from upstream. * config.sub: Likewise. readline/ * readline/support/config.guess: Import from upstream. * readline/support/config.sub: Likewise.
* config.sub update broke powerpc-eabivleAlan Modra2021-01-071-2/+2
| | | | | | | | | | | $ ./config.sub powerpc-eabivle Invalid configuration `powerpc-eabivle': OS `eabivle' not recognized $ ./config.sub powerpc-unknown-eabivle Invalid configuration `powerpc-unknown-eabivle': OS `eabivle' not recognized Also powerpc-eabisim and probably some arm configurations. * config.sub: Accept OS of eabi* and gnueabi*.
* Update config.sub and config.guessAlan Modra2021-01-051-288/+350
| | | | | * config.guess: Import from upstream. * config.sub: Likewise.
* Update top level config files with copies from the official repository.Nick Clifton2020-01-181-18/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-01-01 Ben Elliston <bje@gnu.org> * config.guess: Update copyright years. * config.sub: Likewise. 2019-12-21 Ben Elliston <bje@gnu.org> * config.guess (set_cc_for_build): Prevent multiple calls by checking if $tmp is already set. We can't check CC_FOR_BUILD as the user may set it externally. Thanks to Torbj?rn Granlund for the bug report. 2019-12-21 Torbj?rn Granlund <tg@gmplib.org> * config.guess (alpha:Linux:*:*): Guard against missing /proc/cpuinfo by redirecting standard error to /dev/null. 2019-09-12 Daniel Bittman <danielbittman1@gmail.com> * config.guess (*:Twizzler:*:*): New. * config.sub (-twizzler*): New. 2019-07-24 Ben Elliston <bje@gnu.org> * config.guess (mips:OSF1:*.*): Whitespace cleanup. 2019-06-30 Ben Elliston <bje@gnu.org> * config.sub (case $os): Match nsk* and powerunix. Don't later match nsk* and set os=nsk which removes the OS version number. 2019-06-30 Ben Elliston <bje@gnu.org> * config.sub: Recognise os108*. 2019-06-26 Ben Elliston <bje@gnu.org> * config.sub (hp300): Set $os to hpux. 2019-06-26 Ben Elliston <bje@gnu.org> * config.sub (vsta): Move into alphabetical order. 2019-06-10 Ben Elliston <bje@gnu.org> * config.guess (*:OS108:*:*): Recognise new OS. 2019-05-28 Ben Elliston <bje@gnu.org> * config.guess (*:Darwin:*:*): Run xcode-select to determine if a system compiler is installed. If not, do not run set_cc_for_build, as the default cc will open a dialog box asking to install Xcode. If no C compiler is available, guess based on uname -p and uname -m. 2019-05-28 Ben Elliston <bje@gnu.org> * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
* config.guess,config.sub: synchronize with config project master sourcesJose E. Marchesi2019-05-231-12/+17
| | | | | | | | | | | | | This is to bring in the newly introduced support for bpf-*-* targets. ChangeLog: 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com> * config.guess: Synchronize with config project master sources. * config.sub: Likewise. * readline/support/config.guess: Likewise. * readline/support/config.sub: Likewise.
* Sync config.guess, config.sub from GCCRainer Orth2019-01-141-568/+553
| | | | | | | Merge from GCC: PR target/88535 * config.guess: Import upstream version 2019-01-03. * config.sub: Import upstream version 2019-01-01.
* Update config.subSebastian Huber2018-07-061-9/+3
| | | | * config.sub: Sync with upstream version 2018-07-03.
* Update config.guess and config.subSebastian Huber2018-07-051-743/+745
| | | | | * config.guess: Sync with upstream version 2018-06-26. * config.sub: Sync with upstream version 2018-07-02.
* Bring in support for the NFP target in the config.sub file.Nick Clifton2018-05-011-141/+105
| | | | | * config.guess: Synchronize with config project master sources. * config.sub: Likewise.
* Update top level configure files by synchronizing them with gcc.Nick Clifton2018-01-101-20/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . * config-ml.in: Sync with gcc sources. * config.guess: Likewise. * config.sub: Likewise. * configure.ac: Likewise. * configure: Regenerate. config * Sync with GCC sources: 2017-11-14 Boris Kolpackov <boris@codesynthesis.com> * gcc-plugin.m4: Add support for MinGW. 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> * cet.m4: New file. 2017-11-15 Alexandre Oliva <aoliva@redhat.com> * bootstrap-debug-lean.mk (do-compare): Use the contrib/compare-debug script. 2017-10-24 H.J. Lu <hongjiu.lu@intel.com> * bootstrap-cet.mk: New file. 2017-06-19 Martin Liska <mliska@suse.cz> * bootstrap-lto-noplugin.mk: Enable -flto in all PGO stages. * bootstrap-lto.mk: Likewise. 2017-06-03 Eric Botcazou <ebotcazou@adacore.com> * mt-android: New file. 2017-02-13 Richard Biener <rguenther@suse.de> * isl.m4: Remove support for ISL 0.14. 2017-01-19 Uros Bizjak <ubizjak@gmail.com> PR target/78478 * ax_check_define.m4: New file. 2017-01-17 Jakub Jelinek <jakub@redhat.com> PR other/79046 * acx.m4 (GCC_BASE_VER): New m4 function. (ACX_TOOL_DIRS): Require GCC_BASE_VER, for --with-gcc-major-version-only use just major number from BASE-VER. 2017-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR go/78978 * hwcaps.m4 (GCC_CHECK_ASSEMBLER_HWCAP): New macro.
* * config.sub: Sync with master version in config project.Andrew Jenner2017-04-131-3/+3
|
* IA16 supportAndrew Jenner2017-04-031-1/+1
| | | | | | | | | | | | | * config.sub: Handle ia16 in $basic_machine. bfd/ * config.bfd: Handle ia16. gas/ * configure.tgt: Handle ia16. ld/ * configure.tgt: Handle ia16.
* Sync top level config files with master versions in the FSF config project.Nick Clifton2017-03-221-3/+11
| | | | | * config.sub: Sync with master version in config project. * config.guess: Likewise.
* Import config.subAlan Modra2016-12-311-3/+8
| | | | * config.sub: Import from upstream.
* Sync config.sub,config.guess with upstream.Doug Evans2016-11-071-6/+14
|
* Sync config.guess and config.sub with FSF GCC mainline versionsNick Clifton2016-05-231-4/+6
|
* Import changes made to files shared with the FSF GCC project.Nick Clifton2016-01-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the following changes from the GCC mainline: 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> * configure.ac: Enable libmpx by default. * configure: Regenerated. 2015-11-19 Martin Liska <mliska@suse.cz> * .gitignore: Add .clang-format to ignored files. * Makefile.tpl: Add clang-format. * Makefile.in: Regenerate. 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org> PR libffi/65726 * Makefile.def (lang_env_dependencies): Make libffi depend on cxx. * Makefile.in: Regenerate. 2015-12-02 Ian Lance Taylor <iant@google.com> PR go/66147 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET. * Makefile.in: Regenerate. 2015-12-17 Nathan Sidwell <nathan@acm.org> * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs. * configure: Regenerate. 2015-12-17 Sebastian Pop <s.pop@samsung.com> * Makefile.in: Replace ISL with isl. * Makefile.tpl: Same. * config/isl.m4: Same. * configure.ac: Same. * contrib/download_prerequisites: Same. * configure: Regenerate. 2016-01-01 Ben Elliston <bje@gnu.org> * config.guess: Import version 2016-01-01. * config.sub: Likewise. include 2016-01-07 Mike Frysinger <vapier@gentoo.org> * longlong.h: Change !__SHMEDIA__ to (!defined (__SHMEDIA__) || !__SHMEDIA__). Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
* Sync config.sub and config.guess with GCCH.J. Lu2015-08-071-2/+5
| | | | | | | Sync with GCC 2015-07-28 Ben Elliston <bje@gnu.org> * config.sub, config.guess: Import from upstream.
* Update config.guess and config.sub to the latest upstream versionEd Schouten2015-03-301-5/+8
| | | | | This version adds support for a platform I'd like to add support for, namely CloudABI.
* config.sub, config.guess: Update from upstream, to 2015-01-01 version.Hans-Peter Nilsson2015-01-021-4/+4
|
* Update from upstream config repoEric Botcazou2014-12-061-1/+3
| | | | * config.sub: Update from upstream config repo.
* Update config.{guess,sub} from upstream config repoJan-Benedict Glaw2014-11-161-2/+9
| | | | | | | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config.guess: Update from upstream config repo. * config.sub: Ditto.
* Import config.sub from upstream config repoAnthony Green2014-07-291-2/+6
|
* * config.sub, config.guess: Import from upstream.Richard Sandiford2014-05-011-9/+10
|
* Import config.sub and config.guess from upstream.Alan Modra2013-11-231-6/+11
|
* * config.guess: Update from config repo.Jan-Benedict Glaw2013-04-291-12/+11
| | | | * config.sub: Ditto.
* * config.sub: Update from config repo.Jan-Benedict Glaw2013-01-111-1/+3
|
* * config.guss: Update from config repo.Jan-Benedict Glaw2013-01-081-5/+2
| | | | * config.sub: Dito.
* Sync config.guess and config.sub with GCCH.J. Lu2013-01-071-18/+15
|
* * config.sub: Merge from config repo.Jan-Benedict Glaw2012-12-081-2/+6
|
* 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2012-11-191-2/+4
| | | | * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
* config.{guess,sub}: update from upstream config-patches repoMike Frysinger2012-10-111-9/+17
| | | | | | | | | From: David Holsgrove <david.holsgrove@xilinx.com> Adds microblaze little endian support. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Update config.sub to 2012-04-18 version.Joel Brobecker2012-04-251-15/+27
| | | | | | ChangeLog: * config.sub: Update to 2012-04-18 version from official repo.
* * config.sub: Update to version 2011-10-29 (added rl78)DJ Delorie2011-11-021-3/+3
|
* * config.sub: Import these changes from the config project:Nick Clifton2011-10-271-1/+12
| | | | | | | | | | | | | | | | | | | | | | 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com> Ben Elliston <bje@gnu.org> * config.sub (epiphany): New. 2011-09-09 Linas Vepstas <linasvepstas@gmail.com> Ben Elliston <bje@gnu.org> * config.sub (hexagon, hexagon-*): New. 2011-08-23 Roland McGrath <mcgrathr@google.com> * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and 64eb to be64. 2011-08-16 Roland McGrath <mcgrathr@google.com> * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs. (nacl): Grok as alias for 32el-unknown-nacl.
* Sync from upstream:Nick Clifton2011-06-061-10/+6
| | | | | | | | | | | | | | | 2011-06-03 Nick Clifton <nickc@redhat.com> Ben Elliston <bje@gnu.org> * config.sub (v850e1, v850es, v850e2, v850e2v3): New. 2011-05-30 Chris Metcalf <cmetcalf@tilera.com> Ben Elliston <bje@gnu.org> * config.guess (tile*:Linux:*:*): Use vendor "unknown", not "tilera", for consistency with other architectures. * config.sub (tile*-*, tilegx-*): Use a more general pattern for "tile" to allow matching tilepro, tilegx32 and other variants.
* Sync config.sub from upstream.Ralf Wildenhues2011-04-051-0/+2
| | | | | /: * config.sub: Sync from upstream.
* * config.sub: Update to version 2011-03-23.Joseph Myers2011-03-241-11/+30
|
* * config.guess: Update to version 2011-02-02David Edelsohn2011-03-181-29/+37
| | | | * config.sub: Update to version 2011-02-24
* /:Ralf Wildenhues2010-06-011-4/+6
| | | | * config.sub, config.guess: Update from upstream sources.
* * config.sub: Update to version 2010-03-22.Joseph Myers2010-03-231-18/+42
| | | | * config.guess: Update to version 2009-12-30.
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2009-12-181-4/+7
|
* 2009-11-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2009-11-201-3/+5
| | | | | * config.guess: Sync with upstream and gcc. * config.sub: Sync with upstream and gcc.
* * config.sub, config.guess: Update from upstream sources.Nick Clifton2009-09-231-3/+7
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2009-08-171-5/+15
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2009-06-021-2/+2
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2009-04-171-2/+9
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2008-12-181-4/+6
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2008-12-021-4/+12
|