]> code.ossystems Code Review - openembedded-core.git/commit
gcc-8: Enable fp arch extention when fpu is available
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Jun 2018 01:26:07 +0000 (18:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2018 08:33:41 +0000 (09:33 +0100)
commit85981cbbf0ce48a6d82bc39248afa9540ca858d8
tree65197a4d83801e1cc2b563da925d70522d04886c
parent147f5a665fe5073027d92e4acac631f15f08f79f
gcc-8: Enable fp arch extention when fpu is available

This is especially needed when defaulting to hard-float ABI
Fixes errors e.g.
cc1: error: -mfloat-abi=hard: selected processor lacks an FPU

Fixes [YOCTO #12795]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-target.inc
meta/recipes-devtools/gcc/gcc_8.1.bb