Commit 9aefa688 authored by mru's avatar mru

configure: update suncc SPARC CPU name mapping

Patch by Michael Kostylev <michael kostylev gmail>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23047 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 28320a35
......@@ -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