From 47e6c8bc62d4264ac149f5f063bb8741dbe25def Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 8 Jun 2011 12:34:42 +0200 Subject: Adding arm armv6 and armv7 as valid archs for mac builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Morten Johan Sørvig --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c05ac33..e113217 100755 --- a/configure +++ b/configure @@ -3272,14 +3272,14 @@ fi # process CFG_MAC_ARCHS if [ "$PLATFORM_MAC" = "yes" ]; then # check -arch arguments for validity. - ALLOWED="x86 ppc x86_64 ppc64 i386" + ALLOWED="x86 ppc x86_64 ppc64 i386 arm armv6 armv7" # Save the list so we can re-write it using only valid values CFG_MAC_ARCHS_IN="$CFG_MAC_ARCHS" CFG_MAC_ARCHS= for i in $CFG_MAC_ARCHS_IN do if echo "$ALLOWED" | grep -w -v "$i" > /dev/null 2>&1; then - echo "Unknown architecture: \"$i\". Supported architectures: x86[i386] ppc x86_64 ppc64"; + echo "Unknown architecture: \"$i\". Supported architectures: x86[i386] ppc x86_64 ppc64 arm armv6 armv7"; exit 2; fi if [ "$i" = "i386" -o "$i" = "x86" ]; then -- cgit v0.12