From d00fac5bb9c479b5709ce73ae7fc0a14474a69c9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Aug 2019 11:40:03 -0700 Subject: gcc-9: Upgrade to 9.2 BugFix only release see [1] for details [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=9.2 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/libgcc_9.2.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/recipes-devtools/gcc/libgcc_9.2.bb (limited to 'meta/recipes-devtools/gcc/libgcc_9.2.bb') diff --git a/meta/recipes-devtools/gcc/libgcc_9.2.bb b/meta/recipes-devtools/gcc/libgcc_9.2.bb new file mode 100644 index 0000000000..ea210a1130 --- /dev/null +++ b/meta/recipes-devtools/gcc/libgcc_9.2.bb @@ -0,0 +1,5 @@ +require recipes-devtools/gcc/gcc-${PV}.inc +require libgcc.inc + +# Building with thumb enabled on armv6t fails +ARM_INSTRUCTION_SET_armv6 = "arm" -- cgit 1.2.3-korg