- Dec 21, 1999
-
-
Simon Marlow authored
Hopefully banish bogus "Happy version 1.6 or later is required to compile GHC" messages. The new rule is: if you don't have an installed copy of Happy, but have a Happy source tree, we point the build system at the latter (and pull the version number out of happy/mk/version.mk).
-
- Nov 04, 1999
-
-
Julian Seward authored
Fix wibble in setting of HappyCmd.
-
- Aug 02, 1999
-
-
Simon Marlow authored
Only require happy if compiling ghc, and ask for version 1.6
-
- Jul 14, 1999
-
-
Simon Marlow authored
Don't attempt to discover the exact location of cpp, instead use 'gcc -E'. With the right combination of flags, it seems we can get the same behaviour as calling cpp directly.
-
- Jun 07, 1999
-
-
Simon Marlow authored
Use $CC -E instead of gcc.
-
- May 17, 1999
-
-
Simon Marlow authored
Workarond apparent bug in FreeBSD 'sh'.
-
- Mar 27, 1999
-
-
sof authored
Look inside build tree too for happy binary
-
- Mar 01, 1999
-
-
Simon Marlow authored
Use 'data_start' as the end-of-text marker if it exists. This includes the read-only text section on Linux/ELF, which is what we want.
-
- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
- Jan 26, 1999
-
-
sof authored
Prepared to support i?86-*-mingw32
-
- Jan 11, 1999
-
-
sof authored
Fixed caching bug in FPTOOLS_END_{TEXT,DATA}_SECTION.
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 24, 1998
-
-
Alastair Reid authored
Merge from HEAD
-
sof authored
Re-install hack which fixes 'leading underscore' feature test under cygwin32
-
- Nov 21, 1998
-
-
sof authored
Distinguish between defn and use of etext and end syms; they're not the same on platforms where we have to resort to asm labels.
-
- Nov 17, 1998
-
-
Alastair Reid authored
Added tests required by Hugs
-
- Oct 07, 1998
-
-
Simon Marlow authored
fix a couple of bugs in the text/data segment end symbol tests.
-
- Oct 05, 1998
-
-
Simon Marlow authored
Add support for FreeBSD 3.0 (ELFish). Rename i386-unknown-freebsd to i386-unknown-freebsd2, and add i386-unknown-freebsd3. NOTE: this won't bootstrap an ELF GHC using an a.out GHC, some laying on of hands is required for that.
-
- Sep 29, 1998
-
-
sof authored
Added feature tests for etext and end plus text vs. data section placement in executable
-
- Aug 16, 1998
- Aug 14, 1998
-
-
Simon Marlow authored
remove old test for GLIBC.
-
- Aug 06, 1998
-
-
Simon Marlow authored
Fix leading underscore test.
-
- Jul 24, 1998
-
-
sof authored
Added long long feature test; macro namespace cleanup
-
- Apr 10, 1998
-
-
Simon Marlow authored
define LEADING_UNDERSCORE in config.h.
-
- Apr 07, 1998
-
-
sof authored
GHC_CHECK_ALIGNMENT changed to check natural alignment restrictions
-
- Mar 03, 1998
-
-
Alastair Reid authored
Added alignment tests
-
Alastair Reid authored
Added more feature tests
-
- Feb 12, 1998
-
-
sof authored
New attempt at converting backslashes into forward ones.
-
Simon Marlow authored
revert to version 1.9 of AC_PROG_GNUCPP.
-
Simon Marlow authored
revert 'tr' breakage for the time being.
-
- Feb 09, 1998
-
-
Simon Marlow authored
delete a spurious space.
-
- Feb 07, 1998
- Feb 05, 1998
-
-
Simon Marlow authored
alpha-dec-osf1 and alpha-dec-osf3 are now separate configurations.
-
- Feb 04, 1998
- Dec 22, 1997
-
-
Simon Marlow authored
reinforce the test for Happy: version 1.4 or later is now *required*
-
- Oct 16, 1997
-
-
Simon Marlow authored
make the RAWCPP test a little more sensible.
-
- Sep 09, 1997
-
-
Simon Marlow authored
remove bogus [ ] in macro for leading underscore test.
-