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 21, 2022
1 parent ccadb30 commit db68df5
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+neon+fp-armv8+crypto
+rts_CC_OPTS += -mcpu=apple-a7
+endif
+
ifeq "$(BeConservative)" "YES"
Expand Down

0 comments on commit db68df5

Please sign in to comment.