summaryrefslogtreecommitdiff
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
| | | | | | | | | | | | | | | Despite Cabal supporting any architecture name, `cabal --check` only supports a few built-in ones. Sadly `cabal --check` is used by Hackage hence using any non built-in name in a package (e.g. `arch(js)`) is rejected and the package is prevented from being uploaded on Hackage. Luckily built-in support for the `javascript` architecture was added for GHCJS a while ago. In order to allow newer `base` to be uploaded on Hackage we make the switch from `js` to `javascript` architecture. Fixes #22740. Co-authored-by: Ben Gamari <ben@smart-cactus.org>
* Add Javascript backendSylvain Henry2022-11-291-2/+6
| | | | | | | | | | | | | | | Add JS backend adapted from the GHCJS project by Luite Stegeman. Some features haven't been ported or implemented yet. Tests for these features have been disabled with an associated gitlab ticket. Bump array submodule Work funded by IOG. Co-authored-by: Jeffrey Young <jeffrey.young@iohk.io> Co-authored-by: Luite Stegeman <stegeman@gmail.com> Co-authored-by: Josh Meredith <joshmeredith2008@gmail.com>
* Update autoconf scriptsBen Gamari2022-08-311-25/+70
| | | | Scripts taken from autoconf 02ba26b218d3d3db6c56e014655faf463cefa983
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-151-282/+329
| | | | | | | | This addes the necessary logic to support aarch64 on elf, as well as aarch64 on mach-o, which Apple calls arm64. We change architecture name to AArch64, which is the official arm naming scheme.
* Update autoconf scriptsBen Gamari2019-04-251-1290/+1252
| | | | Scripts taken from autoconf a8d79c3130da83c7cacd6fee31b9acc53799c406
* Update autoconf scripts from correct sourceBen Gamari2017-05-111-11/+34
|
* Update autoconf scriptsBen Gamari2017-05-111-34/+11
|
* bump config.{guess,sub}Moritz Angermann2017-05-111-24/+66
| | | | | | | | | | | | | | | | | | | There is no new autoconf release, and it seems like there will unlikely be one <http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html>. This will allow us to support <arch>-apple-ios properly. These have been taken from - http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess - http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3558
* Update config.{guess,sub} to GNU automake 1.14.1Herbert Valerio Riedel2014-09-161-10/+13
| | | | | | | | | | | | | The new versions should work better under MSYS2 A few submodules' `config.{guess,sub}` files were updated as well With this commit, all config.{guess,sub} files in the GHC tree have the md5sums 0fb81517303511f05a01b14f41cec2cf config.guess d2a165dceaa5ac1edba3c512f6ca7bd1 config.sub This addresses #9597
* Update aux files `config.{guess,sub}` and `install-sh`Herbert Valerio Riedel2013-11-081-100/+214
| | | | | | This updates the files to the versions bundled with GNU automake 1.13.3 Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update config.guess, config.sub and install.sh from automake-1.10.2Simon Marlow2009-01-161-21/+90
| | | | In particular, config.guess should now know about x86_64-pc-solaris2
* Update config.sub and config.guessIan Lynagh2007-08-141-54/+152
|
* [project @ 2004-04-12 12:22:45 by panne]panne2004-04-121-5/+11
| | | | Synched with versions from autoconf 2.59
* [project @ 2003-08-18 10:33:39 by panne]panne2003-08-181-22/+57
| | | | Updated to match latest versions from autoconf repository
* [project @ 2002-12-11 14:01:22 by simonmar]simonmar2002-12-111-111/+205
| | | | | Update config.guess and config.sub from GNU; a bug was reported in the previous versions.
* [project @ 2001-07-23 22:19:59 by ken]ken2001-07-231-67/+484
| | | | Grab the latest versions of config.guess and config.sub from GNU.
* [project @ 2001-01-16 11:14:29 by simonmar]simonmar2001-01-161-0/+3
| | | | platform definitions for PPC/MacOSX
* [project @ 2000-08-04 23:28:04 by lewie]lewie2000-08-041-282/+127
| | | | Pulled in latest versions from autoconf 2.13. Necessary for OpenBSD port.
* [project @ 1999-01-26 09:59:18 by sof]sof1999-01-261-1/+1
| | | | Prepared to support i?86-*-mingw32
* [project @ 1996-07-25 20:43:49 by partain]partain1996-07-251-2/+2
| | | | Bulk of final changes for 2.01
* [project @ 1996-06-27 15:55:53 by partain]partain1996-06-271-20/+264
| | | | partain 1.3 changes to 960626
* [project @ 1996-01-08 20:28:12 by partain]partain1996-01-081-0/+866
Initial revision