- 23 Nov, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 21 Nov, 2010 1 commit
-
-
Ian Lynagh authored
rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine.
-
- 20 Nov, 2010 1 commit
-
-
Ian Lynagh authored
-
- 14 Nov, 2010 1 commit
-
-
Ian Lynagh authored
-
- 21 Sep, 2010 1 commit
-
-
Ian Lynagh authored
Thorikil ran into this when doing a PPC OS X build. We now also don't use -m32 on PPC/OSX, but I don't think it should be necessary. We can add it back if it does turn out to be.
-
- 02 Sep, 2010 1 commit
-
-
Ian Lynagh authored
Stops user-installed packages breaking the build
-
- 19 Aug, 2010 2 commits
-
-
Ian Lynagh authored
The latter is only used when compiling .hc files, whereas we need it for .c files too.
-
Ian Lynagh authored
We used to set it only in machdepCCOpts, so this is more consistent
-
- 16 Aug, 2010 1 commit
-
-
Ross Paterson authored
Recent versions of AS_LITERAL_IF don't like *'s. Fix from http://blog.gmane.org/gmane.comp.sysutils.autoconf.general/month=20100701
-
- 28 Jul, 2010 1 commit
-
-
Ian Lynagh authored
We were using it only when building the RTS, and only on certain platforms. However, some versions of OS X need the flag, while others don't support it, so we now test for it properly.
-
- 23 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 08 May, 2010 1 commit
-
-
Ian Lynagh authored
It now understand the ghc-stage[123] names we use in-tree, and it won't go looking for any old ghc-pkg if it can't find the one that matches ghc.
-
- 29 Mar, 2010 1 commit
-
-
Ian Lynagh authored
rather than assuming that all GNU ar's do. Apparently OpenBSD's older version doesn't.
-
- 25 Mar, 2010 1 commit
-
-
Ian Lynagh authored
-
- 24 Mar, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 23 Feb, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 19 Jan, 2010 1 commit
-
-
Simon Marlow authored
Patch contributed by asuffield@suffields.me.uk
-
- 05 Nov, 2009 1 commit
-
-
Simon Marlow authored
-
- 04 Nov, 2009 1 commit
-
-
Simon Marlow authored
Not everything is fixed yet; see #3642
-
- 23 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 08 Oct, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 Aug, 2009 1 commit
-
-
kili authored
-
- 19 Aug, 2009 1 commit
-
-
Simon Marlow authored
Now that the haskell98 dependency of GHC has been removed, the Happy-generated parsers must import Data.Array rather than Array, and that change was made in Happy 1.16.
-
- 01 Aug, 2009 2 commits
-
-
Alexander Dunlap authored
-
Ian Lynagh authored
-
- 06 Jul, 2009 1 commit
-
-
simonpj@microsoft.com authored
The build system should use 'find' and 'sort' that are discovered by configure, not the ones in your path. On Windows the ones in your path might well be the non-Unixy Windows versions. This patch fixes the ones I tripped over. There may be more.
-
- 26 Jun, 2009 1 commit
-
-
Ross Paterson authored
-
- 03 Jun, 2009 1 commit
-
-
Simon Marlow authored
It wasn't failing even when the DTD was not found.
-
- 02 Jun, 2009 1 commit
-
-
Simon Marlow authored
* use --nonet, so xmllint and co don't go off trying to download stuff from the web * use the http:// reference for the stylesheet, so we don't have to search the filesystem for it (should speedup ./configure)
-
- 15 May, 2009 1 commit
-
-
Ian Lynagh authored
Now configure looks for it as an installed program instead.
-
- 13 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 May, 2009 1 commit
-
-
Ian Lynagh authored
Now we have variables for whether or not to build the docbook docs as HTML, as PS, and as PDF. The configure script output now matches what the build system will do (except it cannot take account of any mk/build.mk settings, of course).
-
- 07 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 05 May, 2009 1 commit
-
-
Ian Lynagh authored
We only need the forwardslash mode now, so always use that mode and don't accept any arguments.
-
- 29 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-