[project @ 2001-04-27 14:13:43 by simonmar]
authorsimonmar <unknown>
Fri, 27 Apr 2001 14:13:43 +0000 (14:13 +0000)
committersimonmar <unknown>
Fri, 27 Apr 2001 14:13:43 +0000 (14:13 +0000)
SplitObjs=NO if GhcUnregisterised==YES

mk/config.mk.in

index 54702b1..d966f5d 100644 (file)
@@ -243,6 +243,9 @@ endif
 ifeq "$(BootingFromHc)" "YES"
 SplitObjs=NO
 endif
+ifeq "$(GhcUnregisterised)" "YES"
+SplitObjs=NO
+endif
 
 # Strip local symbols from libraries?  This can make the libraries smaller,
 # but makes debugging somewhat more difficult.  Doesn't work with all ld's.