1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-04 05:57:49 +02:00

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

2
configure vendored
View File

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