X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=c03574d7129b397d3a915b327283631b897be771;hb=57c3ca2603ef0f2358d8d246bff1dd47ef97e843;hp=3de4aab5e7f96c027992a6bf15848c0913bf4646;hpb=af9857ea2c80dc893dbd2919718a751c68901c2c;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 3de4aab..c03574d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -192,7 +192,7 @@ HaveLibDL = @HaveLibDL@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), linux solaris freebsd netbsd openbsd)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" "" GhcWithInterpreter=YES ifeq "$(HaveLibDL)" "YES" SRC_HC_OPTS += -ldl @@ -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. @@ -732,6 +735,7 @@ SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2RTF_OPTS = -d $(SGMLSTYLESHEET) +SRC_SGML2PDF_OPTS = -d $(SGMLSTYLESHEET) DOCBOOK_CATALOG = @Catalog@