[project @ 2001-05-04 14:56:53 by simonmar]
[ghc-hetmet.git] / 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.