Fix compile issue by controlling which compiler is used.
Signed-off-by: Ryan Eatmon <[email protected]>
---
meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
b/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
index cdde9b20..bb4e91b0 100644
--- a/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb
@@ -16,8 +16,7 @@ S = "${WORKDIR}/git"
PACKAGES =+ "${PN}-openmp"
do_compile() {
- # build the release version
- oe_runmake
+ oe_runmake CC="${CC}"
}
do_install() {
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14856):
https://lists.yoctoproject.org/g/meta-arago/message/14856
Mute This Topic: https://lists.yoctoproject.org/mt/100829254/21656
Group Owner: [email protected]
Unsubscribe:
https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-