From fe43e599327f26b399c1883205e988236a5e51bd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Dec 2018 12:17:53 +0000 Subject: 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. (From OE-Core rev: 20aea61385e1a53ac245353899277ba20104ed2f) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc_7.3.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc_7.3.bb (limited to 'meta/recipes-devtools/gcc/gcc_7.3.bb') 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" -- cgit v1.2.3-54-g00ecf