File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,11 @@ arch-x86: [
942
942
defines: TO_FREEBSD
943
943
]
944
944
]
945
+ arch-arm32: [
946
+ :arch-x86
947
+ arch: arm32
948
+ #if linux? [ flag: "-march=native" ] ;; expects, that the host system is arm32!
949
+ ]
945
950
arch-arm64: [
946
951
:arch-x64
947
952
arch: arm64
@@ -995,6 +1000,7 @@ make-exe: [
995
1000
]
996
1001
make-x86-exe: [:arch-x86 :make-exe ]
997
1002
make-x64-exe: [:arch-x64 :make-exe ]
1003
+ make-arm32-exe: [:arch-arm32 :make-exe ]
998
1004
make-arm64-exe: [:arch-arm64 :make-exe ]
999
1005
1000
1006
; for making Rebol as a shared library
@@ -1159,6 +1165,24 @@ eggs: [
1159
1165
:make-x64-exe
1160
1166
]
1161
1167
1168
+ "Rebol/Base linux-arm32" [
1169
+ name: %rebol3-base-linux-arm32
1170
+ :target-linux
1171
+ :make-arm32-exe
1172
+ ]
1173
+ "Rebol/Core linux-arm32" [
1174
+ name: %rebol3-core-linux-arm32
1175
+ :target-linux
1176
+ :include-rebol-core
1177
+ :make-arm32-exe
1178
+ ]
1179
+ "Rebol/Bulk linux-arm32" [
1180
+ name: %rebol3-bulk-linux-arm32
1181
+ :target-linux
1182
+ :include-rebol-bulk
1183
+ :make-arm32-exe
1184
+ ]
1185
+
1162
1186
"Rebol/Base linux-arm64" [
1163
1187
name: %rebol3-base-linux-arm64
1164
1188
:target-linux
You can’t perform that action at this time.
0 commit comments