c860d8934c
- Updated to ghc-6.0 - Halved (roughly) the build time; by using the 6.0 in-tree build we only have to build the 6.0 libraries once. Also we only build the necessary parts of the bootstrap compiler. - The ugly lndir/stage1 build is also gone. - The full ghc regression suite is now part of the port! "make regress" will run around 3000 regress tests. - The regression tests revealed that the C foreign function - The Makefile is simplified, using more default targets - The documentation is updated to 6.0 - I put some of the 5.04.3 patches into ghc cvs, so they are now obsolete. Unfortunately, this lets mozilla back in the race for longest package building time...
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
SplitObjs are unnecessary (it splits object files up), and seems
|
|
to use enormous amounts of memory, eventually stomping on my
|
|
stack/data/file size ulimits when set, and dumping core. Solution
|
|
: turn it off
|
|
|
|
--- mk/build.mk.orig Fri Jul 11 10:14:53 2003
|
|
+++ mk/build.mk Fri Jul 11 16:54:28 2003
|
|
@@ -0,0 +1,1 @@
|
|
+SplitObjs=NO
|