diff options
| author | Chris Laplante <chris.laplante@agilent.com> | 2020-04-10 13:46:24 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-10 17:48:32 -0700 |
| commit | d91229a28ce5d02fa059ed6d7ae1339187fcd1f1 (patch) | |
| tree | 178dbbeca10b08d4950ec4a84915d884212f7fd5 | |
| parent | fdfaea58be4ae2214b2ed1d4393e932a954726aa (diff) | |
| download | meta-openembedded-d91229a28ce5d02fa059ed6d7ae1339187fcd1f1.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | 2 |
1 files changed, 0 insertions, 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" | |||
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 30 | 30 | ||
| 31 | ARM_INSTRUCTION_SET = "arm" | ||
| 32 | |||
| 33 | inherit autotools pkgconfig | 31 | inherit autotools pkgconfig |
| 34 | 32 | ||
| 35 | EXTRA_OECONF += "--enable-cpluscplus" | 33 | EXTRA_OECONF += "--enable-cpluscplus" |
