This is not an officially supported platform, but it was working before so might as well keep it up to date. * Tweak logic for various BLENDER_PLATFORM_ARM checks * Use linux_arm64 name for folders, matching Windows and macOS * CUDA is enabled, SYCL and HIP are not * Tested to work on Rocky Linux 8
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
--- config.sub
|
|
+++ config.sub
|
|
@@ -226,6 +226,7 @@
|
|
# Some are omitted here because they have special meanings below.
|
|
1750a | 580 \
|
|
| a29k \
|
|
+ | aarch64 \
|
|
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
|
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
|
|
@@ -286,6 +287,7 @@
|
|
# Recognize the basic CPU types with company name.
|
|
580-* \
|
|
| a29k-* \
|
|
+ | aarch64-* \
|
|
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
|
|
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
|
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
|
--- config.guess 2024-07-11 13:42:08.171028863 +0200
|
|
+++ config.guess 2024-07-11 13:41:13.921323750 +0200
|
|
@@ -861,6 +861,9 @@
|
|
x86_64:Linux:*:*)
|
|
echo x86_64-unknown-linux-gnu
|
|
exit 0 ;;
|
|
+ aarch64:Linux:*:*)
|
|
+ echo aarch64-unknown-linux-gnu
|
|
+ exit 0 ;;
|
|
i*86:Linux:*:*)
|
|
# The BFD linker knows what the default object file format is, so
|
|
# first see if it will tell us. cd to the root directory to prevent
|