File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -982,8 +982,7 @@ common-host: [
982
982
]
983
983
]
984
984
985
- arch-x64: [
986
- arch: x64
985
+ common-64bit: [
987
986
define: _FILE_OFFSET_BITS=64
988
987
989
988
#if Windows? [
@@ -995,9 +994,12 @@ arch-x64: [
995
994
;has long (integer) 64 bits
996
995
defines: __LP64__ ; same like LLP64, but long (integer) has 64 bits instead of 32
997
996
]
998
- #if macOS? [
999
- flag: "-arch x86_64"
1000
- ]
997
+ ]
998
+
999
+ arch-x64: [
1000
+ :common-64bit
1001
+ arch: x64
1002
+ #if macOS? [ flag: "-arch x86_64" ]
1001
1003
]
1002
1004
arch-x86: [
1003
1005
arch: x86
@@ -1017,14 +1019,14 @@ arch-armv7: [
1017
1019
]
1018
1020
1019
1021
arch-arm64: [ ;= armv8
1020
- :arch-x64
1022
+ :common-64bit
1021
1023
arch: arm64
1022
1024
#if macOS? [ flag: "-arch arm64" ]
1023
1025
#if linux? [ flag: "-march=native" ] ;; expects, that the host system is arm64!
1024
1026
;define: __arm64__
1025
1027
]
1026
1028
arch-mips64le: [
1027
- :arch-x64
1029
+ :common-64bit
1028
1030
arch: mips64le
1029
1031
]
1030
1032
You can’t perform that action at this time.
0 commit comments