From be350c15d3005c82c4123f77c18afa6bb2ccc708 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Apr 2001 14:13:43 +0000 Subject: [PATCH] [project @ 2001-04-27 14:13:43 by simonmar] SplitObjs=NO if GhcUnregisterised==YES --- mk/config.mk.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index 54702b1..d966f5d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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. -- 1.7.10.4