From d91229a28ce5d02fa059ed6d7ae1339187fcd1f1 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Fri, 10 Apr 2020 13:46:24 -0400 Subject: [PATCH] bdwgc: no need to set ARM_INSTRUCTION_SET anymore It was necessary in 2012 (https://patchwork.openembedded.org/patch/26155/), but it appears to no longer be required. Signed-off-by: Chris Laplante Signed-off-by: Khem Raj --- meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb index f4ea173788..407de21385 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb @@ -28,8 +28,6 @@ SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0" S = "${WORKDIR}/git" -ARM_INSTRUCTION_SET = "arm" - inherit autotools pkgconfig EXTRA_OECONF += "--enable-cpluscplus"