diff mbox series

[meta-arago,master/kirkstone] stream: Add CC to the oe_runmake

Message ID 20230818212349.1060-2-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] stream: Add CC to the oe_runmake | expand

Commit Message

Ryan Eatmon Aug. 18, 2023, 9:23 p.m. UTC
Fix compile issue by controlling which compiler is used.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/recipes-benchmark/stream/stream_5.10.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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() {