raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c94252a14ca004ec71ad0cfd60ba306b558af15b

commit c94252a14ca004ec71ad0cfd60ba306b558af15b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat Feb 8 12:55:27 2014 +0900

    configure - don't add -mfpu-neon on arm - this breaks building for 
armv6/4...
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index a7287d0..ed4ddfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,8 +510,6 @@ case $host_cpu in
   arm*)
     build_cpu_neon="yes"
     AC_MSG_CHECKING([whether to use NEON instructions])
-    CFLAGS_save="${CFLAGS}"
-    CFLAGS="${CFLAGS} -mfpu=neon"
     AC_TRY_COMPILE([#include <arm_neon.h>],
        [asm volatile ("vqadd.u8 d0, d1, d0\n")],
        [
@@ -523,7 +521,6 @@ case $host_cpu in
         AC_MSG_RESULT([no])
         build_cpu_neon="no"
        ])
-    CFLAGS="${CFLAGS_save}"
     ;;
 esac
 

-- 


Reply via email to