- Jan 25, 2000
-
-
Simon Marlow authored
urk, Solaris sh doesn't understand [^0-9] in patterns, it seems.
-
- Jan 24, 2000
-
-
sven.panne@aedion.de authored
Added autoconf magic for size/alignment of some more C types
-
- Jan 22, 2000
-
-
Simon Marlow authored
- FreeBSD 3+ is now known as i386-unknown-freebsd (to accomodate forthcoming FreeBSD 4.X - add alpha-unknown-{linux,freebsd}
-
- Dec 07, 1999
-
-
Simon Marlow authored
Automatically detect installed copies of ghc, nhc and hbc and plug them into the Makefile variables $(GHC), $(NHC) and $(HBC) respectively. $(HC) is now supposed to be a generic installed haskell compiler, which defaults to $(GHC) and can be changed via ./configure --with-hc=<blah>. Reorganise and tidy up a few things in config.mk.in.
-
chak@cse.unsw.edu.au. authored
Package local configuration scripts allow to modularise the configuration (we start by having one for ghc): * Modularised configuration avoids unnecessary dependencies for individual packages. * Furthermore, package local configuration (such as entering version information into rpm .spec files) is possible.
-
- Dec 01, 1999
-
-
Julian Seward authored
Make <readline/history.h> a requirement for use of libreadline.
-
- Nov 25, 1999
-
-
Julian Seward authored
Pass flag -ltermcap as link option for test -lreadline.
-
- Nov 12, 1999
-
-
Julian Seward authored
Add checks for readline library (as opposed to headers).
-
Julian Seward authored
Add a test for libreadline.{a|so} (include/readline/readline.h is already tested for.).
-
- Oct 05, 1999
-
-
Simon Marlow authored
--with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
-
- 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.
-
- May 04, 1999
- 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.
-