22 lines
764 B
Diff
22 lines
764 B
Diff
diff -aur argtable2-13-orig/config.sub argtable2-13/config.sub
|
|
--- argtable2-13-orig/config.sub 2009-04-10 06:10:34.000000000 -0600
|
|
+++ argtable2-13/config.sub 2023-09-27 02:44:29.706214200 -0600
|
|
@@ -284,7 +284,7 @@
|
|
# We use `pc' rather than `unknown'
|
|
# because (1) that's what they normally are, and
|
|
# (2) the word "unknown" tends to confuse beginning users.
|
|
- i*86 | x86_64)
|
|
+ i*86 | x86_64 | aarch64)
|
|
basic_machine=$basic_machine-pc
|
|
;;
|
|
# Object if more than one company name word.
|
|
@@ -346,7 +346,7 @@
|
|
| tron-* \
|
|
| v850-* | v850e-* | vax-* \
|
|
| we32k-* \
|
|
- | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
|
|
+ | x86-* | x86_64-* | aarch64-* | xps100-* | xscale-* | xscalee[bl]-* \
|
|
| xstormy16-* | xtensa-* \
|
|
| ymp-* \
|
|
| z8k-*)
|