Commit 81dfa21e authored by Mans Rullgard's avatar Mans Rullgard

configure: move arm arch extensions to a separate variable

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent e816034a
...@@ -1096,6 +1096,15 @@ ARCH_LIST=' ...@@ -1096,6 +1096,15 @@ ARCH_LIST='
x86_64 x86_64
' '
ARCH_EXT_LIST_ARM='
armv5te
armv6
armv6t2
armvfp
neon
vfpv3
'
ARCH_EXT_LIST_X86=' ARCH_EXT_LIST_X86='
amd3dnow amd3dnow
amd3dnowext amd3dnowext
...@@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86=' ...@@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86='
' '
ARCH_EXT_LIST=" ARCH_EXT_LIST="
$ARCH_EXT_LIST_ARM
$ARCH_EXT_LIST_X86 $ARCH_EXT_LIST_X86
altivec altivec
armv5te
armv6
armv6t2
armvfp
neon
ppc4xx ppc4xx
vfpv3
vis vis
" "
......
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