summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2022-03-11 21:13:20 +0100
committerTorbjorn Granlund <tg@gmplib.org>2022-03-11 21:13:20 +0100
commit9fe209fe87034e04a72ba877d5a2e8c6eeeb2509 (patch)
treec6f5b7d3931aedc720b572034a7c2eb3f871e2f1
parent4d0c7e6c811a380012989e28668d4cc88927958a (diff)
downloadgmp-9fe209fe87034e04a72ba877d5a2e8c6eeeb2509.tar.gz
Recognise applem1 CPU for non-Darwin systems,
-rwxr-xr-xconfig.guess1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 145b46276..c594fb08e 100755
--- a/config.guess
+++ b/config.guess
@@ -189,6 +189,7 @@ arm*-*-* | aarch64-*-*)
0x51_0x800) exact_cpu=armcortexa57 ;;
0x43_0x0a1) exact_cpu=armthunderx ;;
0x50_0x000) exact_cpu=armxgene1 ;;
+ 0x61_0x023) exact_cpu=applem1 ;;
esac
if test -z "$exact_cpu"; then
case "$cpu_code" in