X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=f47742545d9240f3a6555f711fa862550366bb5b;hp=daa967a738a057a61dc69b5e93c9c047c4b71524;hb=e4ed2fa0b64d29cb1864d7eeab7779fd738d4fdf;hpb=9260f372503da28b709498280ebca39f4331d1e1 diff --git a/configure.ac b/configure.ac index daa967a..f477425 100644 --- a/configure.ac +++ b/configure.ac @@ -119,10 +119,6 @@ AS_CASE([$host],[*-cygwin*], [AM_CONDITIONAL(USE_CYGWIN, false)] ) -AS_IF([test "$host_cpu" = "armv7l"],[ - AM_CFLAGS="$AM_CFLAGS -mcpu=cortex-a9 -mtune=cortex-a9 -O1" -]) - # Search for clock_gettime AC_SEARCH_LIBS([clock_gettime], [rt], [ AC_DEFINE([CONFIG_RCU_HAVE_CLOCK_GETTIME], [1])