Hi Raster,

This was added as Albin (ARM developer) requested, could you both
check if it should stay or not?

On Sat, Feb 8, 2014 at 3:27 AM, Carsten Haitzler <ras...@rasterman.com> wrote:
> 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
>
>
> --
>
>



-- 
Gustavo Sverzut Barbieri
--------------------------------------
Mobile: +55 (19) 9225-2202
Contact: http://www.gustavobarbieri.com.br/contact

------------------------------------------------------------------------------
Android&trade; apps run on BlackBerry&reg;10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to