Commit 87ddc38b authored by Michael Kostylev's avatar Michael Kostylev Committed by Måns Rullgård

configure: update suncc SPARC CPU name mapping

Patch by Michael Kostylev <michael kostylev gmail>

Originally committed as revision 23047 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3c940173
......@@ -1821,9 +1821,9 @@ elif $cc -V 2>&1 | grep -q Sun; then
-march=*|-mcpu=*)
case "${flag#*=}" in
native) echo -xtarget=native ;;
v9) echo -xarch=sparc ;;
v9|niagara) echo -xarch=sparc ;;
ultrasparc) echo -xarch=sparcvis ;;
ultrasparc3|niagara*) echo -xarch=sparcvis2 ;;
ultrasparc3|niagara2) echo -xarch=sparcvis2 ;;
i586|pentium) echo -xchip=pentium ;;
i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
pentium3*|c3-2) echo -xtarget=pentium3 ;;
......
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