From 73ae2d11d472d0eb3b7c218dc1659db32f649b14 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 1 Jun 2015 11:24:45 +0200 Subject: [PATCH] aarch64: Remove broken CFLAGS in configure GCC doesn't have an "-arch" switch, but works when that entire line is removed. --- configure | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.50.1