From: Marcin Juszkiewicz Date: Mon, 1 Jun 2015 09:24:45 +0000 (+0200) Subject: aarch64: Remove broken CFLAGS in configure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73ae2d11d472d0eb3b7c218dc1659db32f649b14;p=libx264 aarch64: Remove broken CFLAGS in configure GCC doesn't have an "-arch" switch, but works when that entire line is removed. --- diff --git a/configure b/configure index 85ab3f28..768a7814 100755 --- a/configure +++ b/configure @@ -840,9 +840,6 @@ if [ $asm = auto -a $ARCH = ARM ] ; then fi if [ $asm = auto -a $ARCH = AARCH64 ] ; then - # set flags so neon is built by default - echo $CFLAGS | grep -Eq '(-mcpu|-march|-mfpu|-arch)' || CFLAGS="$CFLAGS -arch arm64 -mfpu=neon" - if cc_check '' '' '__asm__("cmeq v0.8h, v0.8h, #0");' ; then define HAVE_NEON ASFLAGS="$ASFLAGS -c" else