summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-01-19 20:08:02 +0100
committerTorbjorn Granlund <torbjorng@google.com>2015-01-19 20:08:02 +0100
commitcfb13e014ddf759c9732f95f8807d79d1c8d354b (patch)
treeb4cc27b54c0e91b4880e3d54551d69f708794540 /config.guess
parent1e2bad919b5e25ccabb683531de9863c7ee1d4b4 (diff)
downloadgmp-cfb13e014ddf759c9732f95f8807d79d1c8d354b.tar.gz
(arm): Use configfsf.guess's guess as default before conditionally appending "neon".
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index e1c0df4c0..3f4b3f8b4 100755
--- a/config.guess
+++ b/config.guess
@@ -199,6 +199,7 @@ arm*-*-*)
0xc14) exact_cpu="armcortexr4";; # v7r
0xc15) exact_cpu="armcortexr5";; # v7r
0xc23) exact_cpu="armcortexm3";; # v7m
+ *) exact_cpu=$guess_cpu;;
esac
exact_cpu="${exact_cpu}`sed -n 's;^Features.*\(neon\).*;\1;p' /proc/cpuinfo 2>/dev/null | head -n 1 2>/dev/null`"
;;