generic-poky/meta/recipes-support/gmp
Khem Raj cae5c7444b 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>
2016-08-17 10:35:42 +01:00
..
gmp-4.2.1 meta: update patch metadata 2016-07-08 09:57:24 +01:00
gmp-6.1.1 gmp: Fix wrong detection of -march flag 2016-08-17 10:35:42 +01:00
gmp.inc gmp.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5 2016-02-07 17:30:00 +00:00
gmp_4.2.1.bb gmp_4.2.1: fix build for MIPS 2016-02-07 17:30:00 +00:00
gmp_6.1.1.bb gmp: Fix wrong detection of -march flag 2016-08-17 10:35:42 +01:00