summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/config.guess
Commit message (Collapse)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-1529/+0
| | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861
* Teach config.guess that MSYS exists.Yaron Keren2015-07-141-0/+3
| | | | | | | We might not want to upgrade config.guess to the current version due to the license change from GPL2 to GPL3. llvm-svn: 242178
* Add aarch64 to config.guessRenato Golin2014-02-251-0/+3
| | | | llvm-svn: 202125
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | This patch provides basic support for powerpc64le as an LLVM target. However, use of this target will not actually generate little-endian code. Instead, use of the target will cause the correct little-endian built-in defines to be generated, so that code that tests for __LITTLE_ENDIAN__, for example, will be correctly parsed for syntax-only testing. Code generation will otherwise be the same as powerpc64 (big-endian), for now. The patch leaves open the possibility of creating a little-endian PowerPC64 back end, but there is no immediate intent to create such a thing. The LLVM portions of this patch simply add ppc64le coverage everywhere that ppc64 coverage currently exists. There is nothing of any import worth testing until such time as little-endian code generation is implemented. In the corresponding Clang patch, there is a new test case variant to ensure that correct built-in defines for little-endian code are generated. llvm-svn: 187179
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-0/+4
| | | | | | Patch by David Hill. llvm-svn: 161344
* Update config.sub, config.guess and configure.Ivan Krasin2011-08-231-2/+2
| | | | | | | | | | | | | | | The motivation to do that: 1. Now, llvm would use the stock config.sub. Before that we had an uncommitted FreeBSD-related patch. Now, it has been upstreamed and comes back. It means that it would be easier to update these files in the next time (less magic knowledge) 2. Fix a typo for pseudo-CPUs: 32e[lb] -> [lb]e32, 64e[lb]->[lb]64. One of these CPUs is used for PNaCl and it was not really convenient to have a CPU that starts with a digit. llvm-svn: 138323
* Update autoconfig/config.{sub,guess} to the latest versionIvan Krasin2011-08-181-114/+133
| | | | | | | | | | | from the GNU upstream: git://git.savannah.gnu.org/config.git 1. It eliminates a local LLVM patch for auroraux (because, the mainline config.sub has already got support of auroraux) 2. It adds several new recognized target cpus and operating systems (in particular, PNaCl) llvm-svn: 137984
* Use processor name in the target triple. This fixes PowerPC64 to generateRoman Divacky2011-06-041-3/+2
| | | | | | 64bit code for example. llvm-svn: 132627
* autoconf config.* claims to not know about auroraux triple.Edward O'Callaghan2009-11-191-0/+4
| | | | llvm-svn: 89301
* Update to latest versions of config.guess and config.sub fromMike Stump2009-09-181-376/+423
| | | | | | http://savannah.gnu.org/projects/config llvm-svn: 82229
* Update to latest versions of config.guess and config.sub fromBrian Gaeke2004-09-101-35/+94
| | | | | | http://savannah.gnu.org/projects/config llvm-svn: 16268
* These are the autoconf files in their new home.John Criswell2003-07-221-0/+1388
llvm-svn: 7233
OpenPOWER on IntegriCloud