diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-22 17:24:21 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-22 17:24:21 +0000 |
commit | 8faa21099454527c1251e64303ac45d76982d988 (patch) | |
tree | 82d2ba33df41e1104ec2dc24ef0df933604a977c /config.guess | |
parent | 9888ad6d0aae045a7c142479341642cbe023a568 (diff) | |
download | gcc-8faa21099454527c1251e64303ac45d76982d988.tar.gz |
Support ARM/Linux's armv syntax
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25381 138bc75d-0d04-0410-961f-82ee72b054a4
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 907a23fc77b..49a24ddc06b 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 |