1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

configure: recognise more sparc variants as --cpu argument

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Michael Kostylev
2012-10-25 11:38:51 +01:00
committed by Mans Rullgard
parent 121604b024
commit eadfb0560a

6
configure vendored
View File

@@ -2568,12 +2568,12 @@ elif enabled x86; then
elif enabled sparc; then elif enabled sparc; then
case $cpu in case $cpu in
niagara) cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
cpuflags="-mcpu=$cpu" cpuflags="-mcpu=$cpu"
disable vis disable vis
;; ;;
sparc64) ultrasparc*|niagara[234])
cpuflags="-mcpu=v9" cpuflags="-mcpu=$cpu"
;; ;;
esac esac