diff options
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 907a23f..49a24dd 100755 --- a/config.guess +++ b/config.guess @@ -552,6 +552,7 @@ EOF # uname on the ARM produces all sorts of strangeness, and we need to # filter it out. case "$UNAME_MACHINE" in + armv*) UNAME_MACHINE=$UNAME_MACHINE ;; arm* | sa110*) UNAME_MACHINE="arm" ;; esac |