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-runtime_7.3.bb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-runtime_7.3.bb (limited to 'meta/recipes-devtools/gcc/gcc-runtime_7.3.bb') diff --git a/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb b/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb deleted file mode 100644 index 8f31e7792e..0000000000 --- a/meta/recipes-devtools/gcc/gcc-runtime_7.3.bb +++ /dev/null @@ -1,7 +0,0 @@ -require recipes-devtools/gcc/gcc-${PV}.inc -require gcc-runtime.inc - -FILES_libgomp-dev += "\ - ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ -" - -- cgit v1.2.3-54-g00ecf