Browse Source

configure: move arm arch extensions to a separate variable

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.1
Mans Rullgard 12 years ago
parent
commit
81dfa21ec9
1 changed files with 10 additions and 6 deletions
  1. +10
    -6
      configure

+ 10
- 6
configure View File

@@ -1096,6 +1096,15 @@ ARCH_LIST='
x86_64
'

ARCH_EXT_LIST_ARM='
armv5te
armv6
armv6t2
armvfp
neon
vfpv3
'

ARCH_EXT_LIST_X86='
amd3dnow
amd3dnowext
@@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86='
'

ARCH_EXT_LIST="
$ARCH_EXT_LIST_ARM
$ARCH_EXT_LIST_X86
altivec
armv5te
armv6
armv6t2
armvfp
neon
ppc4xx
vfpv3
vis
"



Loading…
Cancel
Save