]> granicus.if.org Git - libvpx/commitdiff
Cherry pick the rest of 661802, the important part
authorJohann <johannkoenig@google.com>
Thu, 12 Nov 2015 23:41:24 +0000 (15:41 -0800)
committerJohann <johannkoenig@google.com>
Thu, 12 Nov 2015 23:41:24 +0000 (15:41 -0800)
Change-Id: I85f1d2c07b89c874ea6c30df32dda9ecaa8d2c3f

build/make/configure.sh

index 3fc6f0226df7c9800b314b0ecb02455ac5dfe33d..09e2d2f2469a6a02df9aa7d4f18ae228bdab3a70 100644 (file)
@@ -862,10 +862,6 @@ EOF
                     check_add_cflags -mfpu=neon #-ftree-vectorize
                     check_add_asflags -mfpu=neon
                 fi
-
-                if [ -z "${tune_cpu}" ]; then
-                    tune_cpu=cortex-a8
-                fi
             else
                 check_add_cflags -march=${tgt_isa}
                 check_add_asflags -march=${tgt_isa}