| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the ranlib detection | Ian Lynagh | 2013-07-03 | 1 | -1/+1 |
* | Fix the dynmaic library paths in the libs, as well as in the programs | Ian Lynagh | 2013-06-22 | 3 | -12/+38 |
* | On OS X, fix the path to the libffi dynlib; fixes #7833 | Ian Lynagh | 2013-06-22 | 1 | -0/+1 |
* | Cleaning fixes, and other build system tweaks; part of #7941 | Ian Lynagh | 2013-06-14 | 2 | -9/+4 |
* | Fix a comment | Ian Lynagh | 2013-06-02 | 1 | -1/+1 |
* | Add a comment | Ian Lynagh | 2013-06-01 | 1 | -0/+4 |
* | Don't link base/rts/... into C wrapper programs | Ian Lynagh | 2013-05-16 | 1 | -2/+2 |
* | Make dynamic GHC no Windows installable too | Ian Lynagh | 2013-05-16 | 1 | -11/+32 |
* | Don't try to build bindist wrappers on Windows | Ian Lynagh | 2013-05-15 | 1 | -0/+2 |
* | Link to the right RTS whenever we build a .dll on Windows | Ian Lynagh | 2013-05-15 | 1 | -12/+0 |
* | Define the right RTS config in the Windows dyn wrapper programs | Ian Lynagh | 2013-05-14 | 1 | -0/+17 |
* | Fix the GHC package DLL-splitting | Ian Lynagh | 2013-05-14 | 2 | -1/+9 |
* | Simplify ghc-cabal | Ian Lynagh | 2013-05-14 | 2 | -2/+2 |
* | Merge win:/cygdrive/c/ghc/git/dt | Ian Lynagh | 2013-05-12 | 2 | -1/+32 |
|\ |
|
| * | More work towards dynamic programs on Windows | Ian Lynagh | 2013-05-12 | 1 | -1/+20 |
| * | We actually need to use -threaded/-debug when linking /all/ DLLs | Ian Lynagh | 2013-05-12 | 1 | -0/+12 |
* | | Generate dependencies for .cmm files properly | Ian Lynagh | 2013-05-09 | 2 | -6/+13 |
|/ |
|
* | Use -rpath flags on all Elf OSes, not just Linux | Ian Lynagh | 2013-04-27 | 1 | -1/+1 |
* | When linking with $ORIGIN rpaths, use the "-z origin" linker flag too | Ian Lynagh | 2013-04-27 | 1 | -1/+1 |
* | pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761. | Ian Lynagh | 2013-04-21 | 1 | -2/+0 |
* | Fix "make 2" in ghc/ | Ian Lynagh | 2013-04-21 | 1 | -3/+12 |
* | Use different exeext variables for each stage; fixes #7709 | Ian Lynagh | 2013-04-20 | 1 | -1/+1 |
* | Follow build system changes in integer-gmp | Ian Lynagh | 2013-04-20 | 3 | -2/+10 |
* | Some build system refactoring | Ian Lynagh | 2013-04-20 | 8 | -27/+27 |
* | Add a check that the Windows DLL split is OK; fixes #7780 | Ian Lynagh | 2013-04-07 | 1 | -0/+11 |
* | Build system fix: really print the number of symbols in DLLs | Ian Lynagh | 2013-04-06 | 1 | -1/+1 |
* | When making a DLL, print the number of symbols that are in it | Ian Lynagh | 2013-04-06 | 1 | -0/+1 |
* | Tweak the _HC_OPTS variables | Ian Lynagh | 2013-03-23 | 2 | -6/+9 |
* | Remove some commented out build system code | Ian Lynagh | 2013-03-19 | 1 | -11/+0 |
* | Fix building when $(CC_STAGE0) contains spaces | Ian Lynagh | 2013-03-19 | 1 | -2/+2 |
* | Optimistically assume that LD_LIBRARY_PATH works for all platforms | Ian Lynagh | 2013-03-19 | 1 | -3/+3 |
* | Fix ohi-sanity-check when we have ways other than v and dyn enabled | Ian Lynagh | 2013-03-17 | 1 | -1/+5 |
* | Partial support for dynamic ghc on Windows | Ian Lynagh | 2013-03-16 | 1 | -1/+9 |
* | By default, use the dynamic way for programs in the GHC tree | Ian Lynagh | 2013-03-15 | 4 | -6/+6 |
* | Finish adding support for 2 DLLs in the ghc package; fixes #5987 | Ian Lynagh | 2013-03-13 | 1 | -3/+17 |
* | Merge branch 'master' of win:c:/ghc/git/cygwin/. | Ian Lynagh | 2013-03-12 | 1 | -8/+33 |
|\ |
|
| * | Fix building the GHC package DLL on Windows | Ian Lynagh | 2013-03-11 | 1 | -8/+33 |
* | | Update Cabal | Ian Lynagh | 2013-03-11 | 1 | -7/+6 |
* | | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTS | Max Bolingbroke | 2013-03-10 | 2 | -2/+2 |
|/ |
|
* | Don't pass -dynamic-too to GHC when compiling C files | Ian Lynagh | 2013-03-09 | 1 | -1/+1 |
* | Add some extra sanity checking to the (l)hs->o rules | Ian Lynagh | 2013-03-09 | 1 | -0/+17 |
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 3 | -11/+25 |
* | Automatically define _INPLACE variables for perl programs too | Ian Lynagh | 2013-03-03 | 1 | -2/+7 |
* | Remove the _INSTALL_IN support in the build system | Ian Lynagh | 2013-03-03 | 1 | -10/+0 |
* | Use unlit_INPLACE rather than UNLIT in the build system | Ian Lynagh | 2013-03-03 | 1 | -2/+2 |
* | Use more of the automatically generated INPLACE variables | Ian Lynagh | 2013-03-03 | 4 | -9/+9 |
* | Define $(prog)_INPLACE variables automatically, and start using them | Ian Lynagh | 2013-03-03 | 3 | -8/+14 |
* | Add PACKAGES_STAGE0 to build-dirs too; fixes #7700 | Ian Lynagh | 2013-03-03 | 1 | -1/+4 |
* | Give hsc2hs different options in different stages; fixes #7705 | Ian Lynagh | 2013-03-02 | 1 | -2/+3 |
* | Rename $(Windows) to $(Windows_Host) | Ian Lynagh | 2013-03-01 | 2 | -3/+3 |