summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc wrapper for new mingw binariesIan Lynagh2010-09-051-1/+5
|
* Update intree-mingw creationIan Lynagh2010-09-041-9/+17
|
* Update commands to build in-tree mingwIan Lynagh2010-09-041-12/+10
|
* Don't test for gcc flags before we've found gccIan Lynagh2010-08-241-6/+7
|
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-0/+4
|
* Fix the -lm configure test; fixes #4155Ian Lynagh2010-08-051-2/+5
|
* Add thread affinity support for FreeBSDGabor Pali2010-07-201-1/+1
| | | | | | | | | - Implement missing functions for setting thread affinity and getting real number of processors. - It is available starting from 7.1-RELEASE, which includes a native support for managing CPU sets. - Add __BSD_VISIBLE, since it is required for certain types to be visible in addition to POSIX & C99.
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-10/+12
|
* Add configure flags for the location of GMP includes/library; fixes #4022Ian Lynagh2010-05-251-0/+16
|
* Unset $CFLAGS for "GNU non-executable stack" configure test; fixes #3889Ian Lynagh2010-05-211-0/+6
| | | | | | | With gcc 4.4 we get Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section} when running gcc with the -g flag. To work around this we unset CFLAGS when running the test.
* Set the location of ar to be the in-tree ar on WindowsIan Lynagh2010-05-181-0/+1
|
* Remove duplicate "./configure --help" output; fixes #4075Ian Lynagh2010-05-161-10/+2
|
* Update various 'sh boot's to 'perl boot'Ian Lynagh2010-05-161-1/+1
| | | | Spotted by Marco TĂșlio Gontijo e Silva
* Fix the GHC API link in the main doc index.htmlIan Lynagh2010-04-221-1/+1
|
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-2/+0
| | | | They are now guaranteed to be YES
* Increase the minimum version number required to 6.10 in configure.acIan Lynagh2010-04-121-2/+2
|
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
| | | | | rather than assuming that all GNU ar's do. Apparently OpenBSD's older version doesn't.
* Add gcc-g++ to the inplace mingw installation; fixes #3893Ian Lynagh2010-03-261-0/+2
|
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+1
|
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-141-0/+2
|
* Fix the link to the ghc docs in libraries/prologue.txtIan Lynagh2010-02-231-1/+3
|
* Fix more library links in the user guideIan Lynagh2010-02-231-0/+2
|
* Fix the links to the base docs from the user guideIan Lynagh2010-02-231-1/+3
|
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-181-1/+1
|
* Allow GNU-standard --host, --build, --target configure options (#3637)Simon Marlow2010-01-191-18/+56
| | | | Patch contributed by asuffield@suffields.me.uk
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
|
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-5/+2
|
* configure.ac: fix libm checks (Trac #3730)Sergei Trofimovich2009-12-041-5/+9
| | | | | | | | | libbfd pulled libm as dependency and broke LIBM= detection. Patch moves libm in library tests as early as possible. Thanks to asuffield for suggesting such a simple fix. Thanks to Roie Kerstein and Renato Gallo for finding and tracking down the issue.
* #include <sys/select.h> if we have it (#3760)Simon Marlow2009-12-161-1/+1
|
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+10
| | | | | | | | | | | | | | - Defines a DTrace provider, called 'HaskellEvent', that provides a probe for every event of the eventlog framework. - In contrast to the original eventlog, the DTrace probes are available in all flavours of the runtime system (DTrace probes have virtually no overhead if not enabled); when -DTRACING is defined both the regular event log as well as DTrace probes can be used. - Currently, Mac OS X only. User-space DTrace probes are implemented differently on Mac OS X than in the original DTrace implementation. Nevertheless, it shouldn't be too hard to enable these probes on other platforms, too. - Documentation is at http://hackage.haskell.org/trac/ghc/wiki/DTrace
* Put README and INSTALL into bindistsIan Lynagh2009-12-091-1/+1
| | | | Also tidied up the way configure.ac gets into bindists
* Use dlltool from the in-tree mingw installationIan Lynagh2009-12-011-15/+0
| | | | | We only use dlltool on Windows, and this way we don't require that the user has it installed.
* Look for sed as gsed firstIan Lynagh2009-12-011-1/+1
| | | | Solaris's sed apparently doesn't understand [:space:]
* Remove configure tests on tarballs that no longer existIan Lynagh2009-11-271-2/+0
|
* Use the ghc-perl tarball on Windows, instead of the msys oneIan Lynagh2009-11-201-2/+13
|
* Add gnutar to the list of names we use when looking for GNU tarIan Lynagh2009-11-191-1/+1
|
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-0/+15
|
* Add the msysCORE*.tar.gz tarball to the list of tarballs we unpackIan Lynagh2009-11-181-0/+2
|
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
| | | | | | Patches from Goetz Isenmann <info@goetz-isenmann.de>, slightly updated for HEAD (the method for configuring platforms in configure.ac has changed).
* Fix some bugs to do with tools in paths containing spacesSimon Marlow2009-11-041-5/+5
| | | | Not everything is fixed yet; see #3642
* Add some &&s to configureIan Lynagh2009-10-291-9/+10
| | | | so if the "cd" fails we don't charge on regardless.
* Don't "set -e" in configure.acIan Lynagh2009-10-291-2/+0
| | | | | On some systems (bash 4?) configure fails because of it when "gcc -V" fails.
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-271-0/+2
|
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-34/+43
|
* Do "set -e" in configure.acIan Lynagh2009-10-231-0/+2
| | | | So if something configure does fails, so does the whole configur script
* Remove FP_MINGW_GCC now that we use an in-tree gccIan Lynagh2009-10-081-1/+0
|
* Remove the windres configure check, now that we use an in-tree windresIan Lynagh2009-10-081-3/+0
|
* Make the bindist AC_INIT line match the main configure script'sIan Lynagh2009-10-041-1/+1
| | | | | This means that PACKAGE_TARNAME gets set, so the default docdir is correct.
* Remove long rotted configure support for Windows DLLsBen.Lippmeier@anu.edu.au2009-09-261-32/+0
|
* Set version number to 6.13Ian Lynagh2009-09-221-1/+1
|