diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-02-22 17:24:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-02-22 17:24:21 +0000 |
commit | 3b7265ff89ae9a1fad9fc05b055274513bf0d7c2 (patch) | |
tree | 82d2ba33df41e1104ec2dc24ef0df933604a977c /config.guess | |
parent | f5a1b0d2167f711c45f0d5991dcded3cd756bcf1 (diff) | |
download | gcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.zip gcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.tar.gz gcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.tar.bz2 |
Support ARM/Linux's armv syntax
From-SVN: r25381
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 |