Skip to content

Commit ccadb30

Browse files
authored
Update ghc-8.10.7-darwin-armv8.patch
1 parent aa78313 commit ccadb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: overlays/patches/ghc/ghc-8.10.7-darwin-armv8.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ index ef5fc7b..0d1b3bd 100644
66

77
rts_CC_OPTS += -fno-common
88

9-
+ifeq "$(TargetOS_CPP)" "darwin"
10-
+rts_CC_OPTS += -march=armv8-a+norcpc
9+
+ifeq "$(TargetArch_CPP)-$(TargetOS_CPP)" "aarch64-darwin"
10+
+rts_CC_OPTS += -mcpu=apple-a7+neon+fp-armv8+crypto
1111
+endif
1212
+
1313
ifeq "$(BeConservative)" "YES"

0 commit comments

Comments
 (0)