X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fghc.mk;h=3a746a99729780682d0f78d2f8a31726adbdbb95;hb=9691b2221175d35e6e49884e5780b1d1695d338e;hp=970adaa1a7feb3fc5e0dc0ac4661e3272888d037;hpb=f4b0d8b33d175ec0a6c708eab5e6d6cb6ddd3262;p=ghc-hetmet.git diff --git a/rts/ghc.mk b/rts/ghc.mk index 970adaa..3a746a9 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -173,12 +173,6 @@ ifeq "$(UseLibFFIForAdjustors)" "YES" rts_CC_OPTS += -DUSE_LIBFFI_FOR_ADJUSTORS endif -ifeq "$(Windows)" "YES" -# SDM: when compiled with -fasm the RTS currently has bogus references to -# __imp_base_ things, so working around for now: -rts_HC_OPTS += -fvia-C -endif - ifneq "$(DYNAMIC_RTS)" "YES" rts_HC_OPTS += -static else