Commit eadfb056 authored by Michael Kostylev's avatar Michael Kostylev Committed by Mans Rullgard

configure: recognise more sparc variants as --cpu argument

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 121604b0
......@@ -2568,12 +2568,12 @@ elif enabled x86; then
elif enabled sparc; then
case $cpu in
niagara)
cypress|f93[04]|tsc701|sparcl*|supersparc|hypersparc|niagara|v[789])
cpuflags="-mcpu=$cpu"
disable vis
;;
sparc64)
cpuflags="-mcpu=v9"
ultrasparc*|niagara[234])
cpuflags="-mcpu=$cpu"
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment