- 03 Oct, 2012 1 commit
-
-
ian@well-typed.com authored
This required various build system changes to get the build to go through. In the inplace shell wrappers, we set LD_LIBRARY_PATH to allow programs to find their libraries. In the future, we might change the inplace tree to be the same shape as an installed tree instead. However, this would mean changing the way we do installation, as currently we use cabal's installation methods to install the libraries, but that only works if the libraries are under libraries/foo/dist-install/build/..., rather than in inplace/lib/...
-
- 08 Aug, 2012 1 commit
-
-
ian@well-typed.com authored
Now that it's included in settings, the bindist configure script needs to know it.
-
- 05 Aug, 2012 2 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
Related to #4862
-
- 30 Jan, 2012 1 commit
-
-
Simon Marlow authored
Maybe we could revisit whether we want to allow building bindists of cross-compilers later, but for now I'm fixing validate by setting all the cross-compilation settings to NO.
-
- 14 Jan, 2012 1 commit
-
-
Ian Lynagh authored
We want to use the inplace ar, rather than whichever ar the machine that we build on happens to have.
-
- 04 Jan, 2012 1 commit
-
-
Simon Marlow authored
Now target32bit works for all targets without any manual intervention, as it should do. #5735 was a portability regression.
-
- 27 Nov, 2011 1 commit
-
-
Ian Lynagh authored
Some platforms use linkers that don't support the --hash-size=31 and --reduce-memory-overheads flags.
-
- 19 Oct, 2011 1 commit
-
-
Ian Lynagh authored
-
- 02 Aug, 2011 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 01 Aug, 2011 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 22 Jun, 2011 1 commit
-
-
Ian Lynagh authored
-
- 22 Apr, 2011 1 commit
-
-
Ian Lynagh authored
-
- 21 Apr, 2011 1 commit
-
-
Ian Lynagh authored
-
- 24 Jan, 2011 1 commit
-
-
Ian Lynagh authored
-
- 11 Feb, 2011 1 commit
-
-
Ian Lynagh authored
In a bindist, we generate files like the hsc2hs wrapper. This means we need to have the right values for the variables like CONF_GCC_LINKER_OPTS_STAGE1 which in turn means we need to know what platform we're on.
-
- 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
-
- 24 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 24 Mar, 2010 1 commit
-
-
Ian Lynagh authored
This means we don't rely on baking a path to gcc into the executable
-
- 20 Feb, 2010 1 commit
-
-
Ian Lynagh authored
We already had a check in configure of the actual build. This patch adds it to the configure of the bindists too.
-
- 09 Dec, 2009 1 commit
-
-
Ian Lynagh authored
Also tidied up the way configure.ac gets into bindists
-
- 07 Nov, 2009 1 commit
-
-
Ian Lynagh authored
-
- 31 Oct, 2009 1 commit
-
-
Ian Lynagh authored
This variable is tested when deciding whether or not to add debug to the list of RTS ways, so it needs to be correctly defined.
-
- 04 Oct, 2009 1 commit
-
-
Ian Lynagh authored
This means that PACKAGE_TARNAME gets set, so the default docdir is correct.
-
- 14 Aug, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 04 May, 2009 1 commit
-
-
Ian Lynagh authored
Also fixes it so that it really does pass (we weren't substituting the GMP variables in the RTS package config).
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 09 Jul, 2008 1 commit
-
-
Ian Lynagh authored
We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC.
-
- 11 Sep, 2007 1 commit
-
-
Ian Lynagh authored
-
- 21 Aug, 2007 1 commit
-
-
Simon Marlow authored
We now have various flags that need to be passed to gcc, but only if the local gcc version supports them. So instead of wiring this knowledge into ghc when it is built, we now put these "extra gcc flags" into a text file in $libdir, extra-gcc-flags, which is created by configure. It is also created by the configure script of a binary distribution, so a binary dist is independent of the gcc version used to build it. Hopefully I got the binary-dist stuff right, but binary dists aren't currently working so we'll need to come back and check this.
-
- 05 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 01 Jun, 2007 1 commit
-
-
Ian Lynagh authored
Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
-
- 10 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 27 Nov, 2006 1 commit
-
-
wolfgang.thaller@gmx.net authored
Basic -fvia-C code generation is there, not much testing.
-
- 09 Jun, 2005 1 commit
-
-
wolfgang authored
Support i386-apple-darwin for binary dists. MERGE TO STABLE
-
- 12 Mar, 2005 1 commit
-
-
desrt authored
configure-bin.ac: I didn't know this file existed. Add powerpc-linux and powerpc64-linux targets.
-
- 10 Mar, 2005 1 commit
-
-
simonmar authored
Add x86_64 platforms
-