diff options
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index d9a1d60c21..e00de976f1 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -76,6 +76,7 @@ ifneq "$(findstring $(TargetArch_CPP), x86_64)" "" ifneq "$(findstring $(TargetOS_CPP), mingw32)" "" rts_C_SRCS += rts/adjustor/NativeAmd64Mingw.c else +rts_S_SRCS += rts/adjustor/NativeAmd64Asm.S rts_C_SRCS += rts/adjustor/NativeAmd64.c endif else |