generic-poky/meta/recipes-support/gmp/gmp-6.1.1
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
..
0001-Append-the-user-provided-flags-to-the-auto-detected-.patch gmp: 6.1.0 -> 6.1.1 2016-07-12 23:10:14 +01:00
0001-confiure.ac-Believe-the-cflags-from-environment.patch gmp: Fix wrong detection of -march flag 2016-08-17 10:35:42 +01:00
amd64.patch gmp: 6.1.0 -> 6.1.1 2016-07-12 23:10:14 +01:00
use-includedir.patch gmp: 6.1.0 -> 6.1.1 2016-07-12 23:10:14 +01:00