configure: All sun4 machines are SPARCs, not just sun4u

Allow building on sun4v

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Maya Rashish 2016-08-14 18:23:40 +00:00 committed by Michael Niedermayer
parent d14993478c
commit 23f505bee0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4212,7 +4212,7 @@ case "$arch" in
sh4|sh)
arch="sh4"
;;
sun4u|sparc*)
sun4*|sparc*)
arch="sparc"
;;
tilegx|tile-gx)