aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc_7.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-15 12:17:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-15 17:10:44 +0000
commit20aea61385e1a53ac245353899277ba20104ed2f (patch)
tree0d6d623851cdecb3e18bdf08538972476c706ac3 /meta/recipes-devtools/gcc/gcc_7.3.bb
parent0d3ca08347eb0c8b9615a0197c213a32f52033c8 (diff)
downloadopenembedded-core-contrib-20aea61385e1a53ac245353899277ba20104ed2f.tar.gz
gcc: Drop 7.3 since 8.2 is working fine for us
We've had gcc 8.2 around for long enough that 7.3 can be removed now. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_7.3.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc_7.3.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_7.3.bb b/meta/recipes-devtools/gcc/gcc_7.3.bb
deleted file mode 100644
index ab208e7026..0000000000
--- a/meta/recipes-devtools/gcc/gcc_7.3.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require recipes-devtools/gcc/gcc-${PV}.inc
-require gcc-target.inc
-
-# Building with thumb enabled on armv4t armv5t 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"
-ARM_INSTRUCTION_SET_armv5 = "arm"
-
-BBCLASSEXTEND = "nativesdk"