- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
- Jan 26, 1999
-
-
sof authored
Prepared to support i?86-*-mingw32
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 24, 1998
-
-
sof authored
Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN
-
- Nov 22, 1998
-
-
sof authored
Added f-checks for symlink() and readlink()
-
- Nov 17, 1998
-
-
Alastair Reid authored
Added tests required by Hugs
-
- Oct 08, 1998
-
-
Simon Marlow authored
Default WithGhcHc is now just "ghc". Too many people complained.
-
- 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 use of FPTOOLS_CODE_BEFORE_DATA, FPTOOLS_END_DATA_SECTION, FPTOOLS_END_TEXT_SECTION
-
- Aug 19, 1998
-
-
sof authored
Tidied up a bit + added --with-ghc-hc option
-
- Aug 18, 1998
-
-
sof authored
Doc string for --enable-hc-boot was lacking; added --with-gcc cmd line option
-
- Aug 17, 1998
-
-
Simon Marlow authored
check for netinet/tcp.h (apparently needed for some socket options on FreeBSD).
-
- Aug 16, 1998
-
-
sof authored
Oops, last commit left out this file
-
- Aug 14, 1998
-
-
sof authored
Check if (struct stat) has st_blksize
-
- Aug 10, 1998
-
-
Simon Marlow authored
apparently GMP is installed as libgmp2.a on Debian systems.
-
- Jul 24, 1998
-
-
sof authored
Added long long feature test; macro namespace cleanup
-
- May 31, 1998
-
-
sof authored
Remove lx feature test (unused)
-
- May 19, 1998
-
-
Alastair Reid authored
Added test for libiberty.a (needed by libbfd.a)
-
Alastair Reid authored
Added test for bfd.h and libbfd
-
- Apr 16, 1998
-
-
sof authored
Added --enable-hc-boot flag for setting up a .hc build tree
-
- Mar 17, 1998
-
-
Simon Marlow authored
- check for an installed libgmp 2.0.x - check endianness of host (this test for some reason generates a warning from autoconf, but it seems harmless)
-
- Mar 11, 1998
-
-
Simon Marlow authored
- move SIZEOF checks together (previous commit added SIZEOF checks to a different part of the file). - check alignment of longs: unsigned ints are no good, because we need to check whether f.e. a float can be put on the stack, which is StgWord aligned, and currently an StgWord is basically a long.
-
- Mar 03, 1998
-
-
Alastair Reid authored
Added alignment tests
-
Simon Marlow authored
Add some size tests.
-
Simon Marlow authored
back out last commit until we've decided how to do these properly.
-
Alastair Reid authored
Added more feature tests
-
- Feb 17, 1998
-
-
sof authored
don't look for green-card binary, use the one in the build tree instead.
-
- Feb 09, 1998
-
-
sof authored
Do UNC->DOS translation of TOP_PWD
-
- Feb 05, 1998
-
-
Simon Marlow authored
alpha-dec-osf1 and alpha-dec-osf3 are now separate configurations.
-
- Jan 27, 1998
-
-
sof authored
AC_SUBST(exeext)
-
- Oct 06, 1997
-
-
Simon Marlow authored
bogus '/' crept in.
-
- Oct 03, 1997
-
-
Simon Marlow authored
add yet more hacks for tmp_mnt, this time to deal with amd-style mount points.
-
- Sep 10, 1997
-
-
Simon Marlow authored
minor mod to the happy configuration.
-
- Sep 08, 1997
-
-
Simon Marlow authored
If the installed version of Happy is < 1.3, use the one from the tree.
-
- Sep 03, 1997
-
-
sof authored
Moved feature tests from configure.in to aclocal.m4 and macroified them
-
- Aug 28, 1997
-
-
sof authored
Cleaned up; moved custom-checks to aclocal.m4; fixed lead_uscore problem on alphas
-
- Aug 22, 1997
-
-
Alastair Reid authored
Added test for greencard
-
- Jun 09, 1997
-
-
sof authored
removed HostPlatformFull; added HostOS_Full(==host_os)
-
- Jun 05, 1997
-
-
sof authored
2.04 updates
-
- May 26, 1997
-
-
André Santos authored
AIX
-