mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
3c940173c0
commit
87ddc38bdb
|
@ -1821,9 +1821,9 @@ elif $cc -V 2>&1 | grep -q Sun; then
|
||||||
-march=*|-mcpu=*)
|
-march=*|-mcpu=*)
|
||||||
case "${flag#*=}" in
|
case "${flag#*=}" in
|
||||||
native) echo -xtarget=native ;;
|
native) echo -xtarget=native ;;
|
||||||
v9) echo -xarch=sparc ;;
|
v9|niagara) echo -xarch=sparc ;;
|
||||||
ultrasparc) echo -xarch=sparcvis ;;
|
ultrasparc) echo -xarch=sparcvis ;;
|
||||||
ultrasparc3|niagara*) echo -xarch=sparcvis2 ;;
|
ultrasparc3|niagara2) echo -xarch=sparcvis2 ;;
|
||||||
i586|pentium) echo -xchip=pentium ;;
|
i586|pentium) echo -xchip=pentium ;;
|
||||||
i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
|
i686|pentiumpro|pentium2) echo -xtarget=pentium_pro ;;
|
||||||
pentium3*|c3-2) echo -xtarget=pentium3 ;;
|
pentium3*|c3-2) echo -xtarget=pentium3 ;;
|
||||||
|
|
Loading…
Reference in New Issue