configure: factorize mips arch extensions out

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-03-14 19:49:02 +01:00
parent f6122ed375
commit c17dea05f7
1 changed files with 8 additions and 4 deletions

12
configure vendored
View File

@ -1480,6 +1480,13 @@ ARCH_EXT_LIST_ARM="
vfpv3
"
ARCH_EXT_LIST_MIPS="
mipsfpu
mips32r2
mipsdspr1
mipsdspr2
"
ARCH_EXT_LIST_X86_SIMD="
amd3dnow
amd3dnowext
@ -1515,10 +1522,7 @@ ARCH_EXT_LIST="
$ARCH_EXT_LIST_ARM
$ARCH_EXT_LIST_PPC
$ARCH_EXT_LIST_X86
mipsfpu
mips32r2
mipsdspr1
mipsdspr2
$ARCH_EXT_LIST_MIPS
loongson
"