Skip to content

Commit

Permalink
configure: move arm arch extensions to a separate variable
Browse files Browse the repository at this point in the history
Signed-off-by: Mans Rullgard <[email protected]>
  • Loading branch information
mansr committed Dec 3, 2012
1 parent e816034 commit 81dfa21
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,15 @@ ARCH_LIST='
x86_64
'

ARCH_EXT_LIST_ARM='
armv5te
armv6
armv6t2
armvfp
neon
vfpv3
'

ARCH_EXT_LIST_X86='
amd3dnow
amd3dnowext
Expand All @@ -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
"

Expand Down

0 comments on commit 81dfa21

Please sign in to comment.