Merge "Cherry pick the rest of 661802, the important part" into nextgen

This commit is contained in:
Johann Koenig 2015-11-13 00:47:05 +00:00 committed by Gerrit Code Review
commit a0c13e6757

View 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}