summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Use -rpath flags on all Elf OSes, not just LinuxIan Lynagh2013-04-271-1/+1
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761.Ian Lynagh2013-04-211-2/+0
* Fix "make 2" in ghc/Ian Lynagh2013-04-211-3/+12
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-203-2/+10
* Some build system refactoringIan Lynagh2013-04-208-27/+27
* Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-071-0/+11
* Build system fix: really print the number of symbols in DLLsIan Lynagh2013-04-061-1/+1
* When making a DLL, print the number of symbols that are in itIan Lynagh2013-04-061-0/+1
* Tweak the _HC_OPTS variablesIan Lynagh2013-03-232-6/+9
* Remove some commented out build system codeIan Lynagh2013-03-191-11/+0
* Fix building when $(CC_STAGE0) contains spacesIan Lynagh2013-03-191-2/+2
* Optimistically assume that LD_LIBRARY_PATH works for all platformsIan Lynagh2013-03-191-3/+3
* Fix ohi-sanity-check when we have ways other than v and dyn enabledIan Lynagh2013-03-171-1/+5
* Partial support for dynamic ghc on WindowsIan Lynagh2013-03-161-1/+9
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-154-6/+6
* Finish adding support for 2 DLLs in the ghc package; fixes #5987Ian Lynagh2013-03-131-3/+17
* Merge branch 'master' of win:c:/ghc/git/cygwin/.Ian Lynagh2013-03-121-8/+33
|\
| * Fix building the GHC package DLL on WindowsIan Lynagh2013-03-111-8/+33
* | Update CabalIan Lynagh2013-03-111-7/+6
* | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTSMax Bolingbroke2013-03-102-2/+2
|/
* Don't pass -dynamic-too to GHC when compiling C filesIan Lynagh2013-03-091-1/+1
* Add some extra sanity checking to the (l)hs->o rulesIan Lynagh2013-03-091-0/+17
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-033-11/+25
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-2/+7
* Remove the _INSTALL_IN support in the build systemIan Lynagh2013-03-031-10/+0
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-2/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-034-9/+9
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-033-8/+14
* Add PACKAGES_STAGE0 to build-dirs too; fixes #7700Ian Lynagh2013-03-031-1/+4
* Give hsc2hs different options in different stages; fixes #7705Ian Lynagh2013-03-021-2/+3
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-012-3/+3
* Change how the build system handles packagesIan Lynagh2013-03-013-49/+44
* Tweak the sed command so that it works on OSXIan Lynagh2013-02-231-1/+11
* Add another chapter to the hi-rule novelIan Lynagh2013-02-221-1/+19
* Make the build system use -dynamic-too if both way v and dyn are being builtIan Lynagh2013-02-225-8/+38
* Add separate rules for all .hi files, rather than using %.hi styleIan Lynagh2013-02-223-18/+4
* Separate the non-way-specific hs-suffix rulesIan Lynagh2013-02-214-26/+54
* Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-215-103/+119
* Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdirIan Lynagh2013-02-212-2/+2
* Rename hs-suffix-rules to hs-suffix-way-rulesIan Lynagh2013-02-213-4/+4
* Small build system refactoring; no functional changesIan Lynagh2013-02-212-5/+5
* Finish removing BootingFromHcIan Lynagh2013-02-176-21/+1
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-172-3/+3
* iOS patch no 1: Select operating system; from StephenBlackheathIan Lynagh2013-02-171-3/+1
* Add a missing $ to a dependencyIan Lynagh2013-02-161-1/+1
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-162-3/+4
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-152-8/+8
* Add a dependency of program modules on GHC.TopHandlerIan Lynagh2013-02-052-0/+23