Skip to content

Commit

Permalink
Update ghc-8.10.7-darwin-armv8.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Jan 22, 2022
1 parent db68df5 commit f64235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/patches/ghc/ghc-8.10.7-darwin-armv8.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index ef5fc7b..0d1b3bd 100644
rts_CC_OPTS += -fno-common

+ifeq "$(TargetArch_CPP)-$(TargetOS_CPP)" "aarch64-darwin"
+rts_CC_OPTS += -mcpu=apple-a7
+rts_CC_OPTS += -mcpu=apple-a7 -march=armv8-a
+endif
+
ifeq "$(BeConservative)" "YES"
Expand Down

0 comments on commit f64235a

Please sign in to comment.