summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-07 14:39:58 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-13 03:26:14 -0500
commit974e73afd519e1189f01ab3e96d3fe0212e74b05 (patch)
treefa01bb8b3f42b18398557d81c84b79c6dd050deb /rts/ghc.mk
parenteab37902d0cbfc4a8362aa0f0b2cf8eb3e9ce27f (diff)
downloadhaskell-974e73afd519e1189f01ab3e96d3fe0212e74b05.tar.gz
adjustors/NativeAmd64Mingw: Use AdjustorPool
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index e00de976f1..4c7a54977f 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -74,6 +74,7 @@ rts_C_SRCS += rts/adjustor/Nativei386.c
else
ifneq "$(findstring $(TargetArch_CPP), x86_64)" ""
ifneq "$(findstring $(TargetOS_CPP), mingw32)" ""
+rts_S_SRCS += rts/adjustor/NativeAmd64MingwAsm.S
rts_C_SRCS += rts/adjustor/NativeAmd64Mingw.c
else
rts_S_SRCS += rts/adjustor/NativeAmd64Asm.S