diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-12 11:10:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:35:42 +0100 |
commit | cae5c7444bfacb2baadb0d11961d861058cd4ac0 (patch) | |
tree | 15f1c4e98f817b32be32ab206cd3bbadfedfbd2f /.gitignore | |
parent | a56f14e5fcc3e7db1746be862533a7fe337c8c15 (diff) | |
download | poky-cae5c7444bfacb2baadb0d11961d861058cd4ac0.tar.gz |
gmp: Fix wrong detection of -march flag
Configure detects -march flag based upon target
triplet, it wrongly passes -march=armv4 for all
arm, this is unearthed when compiling with clang
since it errors out with flags like
/tmp/kraj01/a-0c2038.s:27: Error: selected processor does not support `bx r0' in ARM mode
since it does not pass --fix-v4bx along with
-march=armv4, which does not happen with gcc
toolchain since this flag is passed impicitly hence
this error was indetected
Fixed thusly
(From OE-Core rev: 51caeccfc5b18b59deac5005e0059a414cbbed32)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions