]> code.ossystems Code Review - openembedded-core.git/commit
feature-arm-neon.inc: restore vfpv3-d16 support
authorAndré Draszik <git@andred.net>
Tue, 26 Apr 2016 09:27:59 +0000 (10:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 May 2016 09:08:30 +0000 (10:08 +0100)
commit972b4fc459258572eeaad8af91e48ee9f0acade7
tree23f3393b8a397d52517b9a1909ceee9d59a770db
parent9095742d1468477baefe69098817f38a8d2dd750
feature-arm-neon.inc: restore vfpv3-d16 support

Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues)
effectively changed the gcc -mfpu= option from -mfpu=vfpv3-d16 to
-mfpu=vfpv3d16, which gcc doesn't understand.

Restore the original value.

After doing that, we also need to adjust ARMPKGSFX_FPU which should
contain the same value without dash '-' as it is used that way
throughout.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/arm/feature-arm-neon.inc
meta/conf/machine/include/arm/feature-arm-vfp.inc