Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gcc wrapper for new mingw binaries | Ian Lynagh | 2010-09-05 | 1 | -1/+5 |
| | |||||
* | Update intree-mingw creation | Ian Lynagh | 2010-09-04 | 1 | -9/+17 |
| | |||||
* | Update commands to build in-tree mingw | Ian Lynagh | 2010-09-04 | 1 | -12/+10 |
| | |||||
* | Don't test for gcc flags before we've found gcc | Ian Lynagh | 2010-08-24 | 1 | -6/+7 |
| | |||||
* | Integrate new I/O manager, with signal support | Johan Tibell | 2010-07-24 | 1 | -0/+4 |
| | |||||
* | Fix the -lm configure test; fixes #4155 | Ian Lynagh | 2010-08-05 | 1 | -2/+5 |
| | |||||
* | Add thread affinity support for FreeBSD | Gabor Pali | 2010-07-20 | 1 | -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 stages | Ian Lynagh | 2010-07-23 | 1 | -10/+12 |
| | |||||
* | Add configure flags for the location of GMP includes/library; fixes #4022 | Ian Lynagh | 2010-05-25 | 1 | -0/+16 |
| | |||||
* | Unset $CFLAGS for "GNU non-executable stack" configure test; fixes #3889 | Ian Lynagh | 2010-05-21 | 1 | -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 Windows | Ian Lynagh | 2010-05-18 | 1 | -0/+1 |
| | |||||
* | Remove duplicate "./configure --help" output; fixes #4075 | Ian Lynagh | 2010-05-16 | 1 | -10/+2 |
| | |||||
* | Update various 'sh boot's to 'perl boot' | Ian Lynagh | 2010-05-16 | 1 | -1/+1 |
| | | | | Spotted by Marco TĂșlio Gontijo e Silva | ||||
* | Fix the GHC API link in the main doc index.html | Ian Lynagh | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | Remove the ghc_ge_609 makefile variables | Ian Lynagh | 2010-04-12 | 1 | -2/+0 |
| | | | | They are now guaranteed to be YES | ||||
* | Increase the minimum version number required to 6.10 in configure.ac | Ian Lynagh | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Explicitly check whether ar supports the @file syntax | Ian Lynagh | 2010-03-29 | 1 | -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 #3893 | Ian Lynagh | 2010-03-26 | 1 | -0/+2 |
| | |||||
* | Fix the build for non-GNU-ar | Ian Lynagh | 2010-03-24 | 1 | -0/+1 |
| | |||||
* | When compiling with GHC >= 6.13, use -rtsopts | Ian Lynagh | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Fix the link to the ghc docs in libraries/prologue.txt | Ian Lynagh | 2010-02-23 | 1 | -1/+3 |
| | |||||
* | Fix more library links in the user guide | Ian Lynagh | 2010-02-23 | 1 | -0/+2 |
| | |||||
* | Fix the links to the base docs from the user guide | Ian Lynagh | 2010-02-23 | 1 | -1/+3 |
| | |||||
* | Refactor gcc.c, pulling out the reusable code | Ian Lynagh | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | Allow GNU-standard --host, --build, --target configure options (#3637) | Simon Marlow | 2010-01-19 | 1 | -18/+56 |
| | | | | Patch contributed by asuffield@suffields.me.uk | ||||
* | Partial support for Haiku (#3727) | Simon Marlow | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | fix up libm detection and use (#3724) | Simon Marlow | 2009-12-16 | 1 | -5/+2 |
| | |||||
* | configure.ac: fix libm checks (Trac #3730) | Sergei Trofimovich | 2009-12-04 | 1 | -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 Marlow | 2009-12-16 | 1 | -1/+1 |
| | |||||
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -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 bindists | Ian Lynagh | 2009-12-09 | 1 | -1/+1 |
| | | | | Also tidied up the way configure.ac gets into bindists | ||||
* | Use dlltool from the in-tree mingw installation | Ian Lynagh | 2009-12-01 | 1 | -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 first | Ian Lynagh | 2009-12-01 | 1 | -1/+1 |
| | | | | Solaris's sed apparently doesn't understand [:space:] | ||||
* | Remove configure tests on tarballs that no longer exist | Ian Lynagh | 2009-11-27 | 1 | -2/+0 |
| | |||||
* | Use the ghc-perl tarball on Windows, instead of the msys one | Ian Lynagh | 2009-11-20 | 1 | -2/+13 |
| | |||||
* | Add gnutar to the list of names we use when looking for GNU tar | Ian Lynagh | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Add autoconf code to locate dlltool on Windows | Ben.Lippmeier@anu.edu.au | 2009-11-10 | 1 | -0/+15 |
| | |||||
* | Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack | Ian Lynagh | 2009-11-18 | 1 | -0/+2 |
| | |||||
* | Support for DragonFly BSD | Simon Marlow | 2009-11-11 | 1 | -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 spaces | Simon Marlow | 2009-11-04 | 1 | -5/+5 |
| | | | | Not everything is fixed yet; see #3642 | ||||
* | Add some &&s to configure | Ian Lynagh | 2009-10-29 | 1 | -9/+10 |
| | | | | so if the "cd" fails we don't charge on regardless. | ||||
* | Don't "set -e" in configure.ac | Ian Lynagh | 2009-10-29 | 1 | -2/+0 |
| | | | | | On some systems (bash 4?) configure fails because of it when "gcc -V" fails. | ||||
* | Wrap gcc on Windows, to provide the -B flags | Ian Lynagh | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -34/+43 |
| | |||||
* | Do "set -e" in configure.ac | Ian Lynagh | 2009-10-23 | 1 | -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 gcc | Ian Lynagh | 2009-10-08 | 1 | -1/+0 |
| | |||||
* | Remove the windres configure check, now that we use an in-tree windres | Ian Lynagh | 2009-10-08 | 1 | -3/+0 |
| | |||||
* | Make the bindist AC_INIT line match the main configure script's | Ian Lynagh | 2009-10-04 | 1 | -1/+1 |
| | | | | | This means that PACKAGE_TARNAME gets set, so the default docdir is correct. | ||||
* | Remove long rotted configure support for Windows DLLs | Ben.Lippmeier@anu.edu.au | 2009-09-26 | 1 | -32/+0 |
| | |||||
* | Set version number to 6.13 | Ian Lynagh | 2009-09-22 | 1 | -1/+1 |
| |