summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc_5.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-05-06 00:04:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-09 22:25:48 +0100
commit4bc4acc67e5d7b3f27afadeda5710f9ba5f627d2 (patch)
treedee85ca9142423adc6a73a54caf4042555b609a0 /meta/recipes-devtools/gcc/gcc_5.1.bb
parent58cc903a5156063b24e48011438a709cb6e09f54 (diff)
downloadopenembedded-core-4bc4acc67e5d7b3f27afadeda5710f9ba5f627d2.tar.gz
gcc: Add 5 recipes
Drop backports obviously additionally drop local patches around parallel compilation since it got reworked upstream To select set GCCVERSION = "5.1%" SDKGCCVERSION = "5.1%" in local.conf Change-Id: Icdfa61017a617244128f361b022e7c8f1f9e0610 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_5.1.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc_5.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_5.1.bb b/meta/recipes-devtools/gcc/gcc_5.1.bb
new file mode 100644
index 0000000000..c4827c6443
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc_5.1.bb
@@ -0,0 +1,7 @@
+require recipes-devtools/gcc/gcc-${PV}.inc
+require gcc-target.inc
+
+# Building with thumb enabled on armv4t fails with
+# | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs
+# | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output
+ARM_INSTRUCTION_SET_armv4 = "arm"