Skip to content

Commit f64235a

Browse files
authored
Update ghc-8.10.7-darwin-armv8.patch
1 parent db68df5 commit f64235a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/patches/ghc/ghc-8.10.7-darwin-armv8.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index ef5fc7b..0d1b3bd 100644
77
rts_CC_OPTS += -fno-common
88

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

0 commit comments

Comments
 (0)