Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / Makefile.ghcbin
index d31c3e6..41f0858 100644 (file)
@@ -18,6 +18,9 @@ SRC_HC_OPTS += \
   -cpp -fglasgow-exts -fno-generics -Rghc-timing \
   -I. -IcodeGen -InativeGen -Iparser
 SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage$(stage)HcOpts)
+ifeq "$(TargetOS_CPP)" "openbsd"
+SRC_HC_OPTS += -optl-Xlinker -optl-E
+endif
 
 ifeq "$(GhcWithInterpreter)" "YES"
 SRC_HC_OPTS += -DGHCI -DBREAKPOINT
@@ -32,5 +35,3 @@ HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))
 $(odir)/main/Main.o : libHSghc$(_way).a
 
 include $(TOP)/mk/target.mk
-
--include .depend-$(stage)