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 <chris.laplante@agilent.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chris Laplante 2020-04-10 13:46:24 -04:00 committed by Khem Raj
parent fdfaea58be
commit d91229a28c

View File

@ -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"