Browse Source

configure: factorize mips arch extensions out

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
c17dea05f7
1 changed files with 8 additions and 4 deletions
  1. +8
    -4
      configure

+ 8
- 4
configure View File

@@ -1480,6 +1480,13 @@ ARCH_EXT_LIST_ARM="
vfpv3 vfpv3
" "


ARCH_EXT_LIST_MIPS="
mipsfpu
mips32r2
mipsdspr1
mipsdspr2
"

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




Loading…
Cancel
Save