summaryrefslogtreecommitdiff
path: root/mcc.patch
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-19 11:05:13 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-19 11:05:13 -0500
commite98c8fb5da311b6aae1fa6bdc03179896f1875e0 (patch)
treef50ef518fb722fdd9c66eaaf9a57d1e1f4f30943 /mcc.patch
downloadwolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.tar.gz
wolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.tar.bz2
wolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.zip
initial commit
Diffstat (limited to 'mcc.patch')
-rw-r--r--mcc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcc.patch b/mcc.patch
new file mode 100644
index 0000000..a1203b6
--- /dev/null
+++ b/mcc.patch
@@ -0,0 +1,11 @@
+--- a/opt/Wolfram/WolframEngine/12.0/Executables/mcc 2019-06-23 23:13:31.000000000 -0400
++++ b/opt/Wolfram/WolframEngine/12.0/Executables/mcc 2019-11-18 23:52:21.191861413 -0500
+@@ -19,6 +19,8 @@
+ SystemIDList="Linux-x86-64 Linux";;
+ armv?l)
+ SystemIDList="Linux-ARM";;
++ aarch64)
++ SystemIDList="Linux-ARM";;
+ *)
+ SystemIDList="Unknown";;
+ esac;;