From: Jonathan Morton Date: Mon, 15 Jun 2009 13:02:04 +0000 (+0300) Subject: Better CFLAGS handling for recent ARM platforms. X-Git-Tag: 1.0_branch~1061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6a3868ced67eb363273bfbee0d850c4d06cca34;p=profile%2Fivi%2Fpixman.git Better CFLAGS handling for recent ARM platforms. --- diff --git a/configure.ac b/configure.ac index 768f6b7..c410e62 100644 --- a/configure.ac +++ b/configure.ac @@ -327,7 +327,7 @@ AM_CONDITIONAL(USE_VMX, test $have_vmx_intrinsics = yes) dnl =========================================================================== dnl Check for ARM SIMD instructions -ARM_SIMD_CFLAGS="" +ARM_SIMD_CFLAGS="-march=armv6" have_arm_simd=no AC_MSG_CHECKING(whether to use ARM SIMD assembler) @@ -366,7 +366,7 @@ AM_CONDITIONAL(USE_ARM_SIMD, test $have_arm_simd = yes) dnl ========================================================================== dnl Check for ARM NEON instructions -ARM_NEON_CFLAGS="-mfpu=neon -mfloat-abi=softfp" +ARM_NEON_CFLAGS="-mfpu=neon" have_arm_neon=no AC_MSG_CHECKING(whether to use ARM NEON) @@ -470,8 +470,6 @@ AC_SUBST(GTK_LIBS) AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) - - AC_OUTPUT([pixman-1.pc pixman-1-uninstalled.pc Makefile