From e6c8d2bfc3bd6e5aeec79b3e0f2dc15b4f57d497 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 31 Mar 2018 14:07:33 +0100 Subject: [PATCH] parsec: export CC, CPP and CXX to try and make -p all work It didn't, but we documented all remaining failures one by one. --- parsec-benchmark/external.mk | 3 +++ parsec-benchmark/parsec-benchmark | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/parsec-benchmark/external.mk b/parsec-benchmark/external.mk index b6643db..ce92493 100644 --- a/parsec-benchmark/external.mk +++ b/parsec-benchmark/external.mk @@ -23,6 +23,9 @@ define PARSEC_BENCHMARK_BUILD_CMDS export MAKE='$(MAKE)'; \ export OSTYPE=linux; \ export TARGET_CROSS='$(TARGET_CROSS)'; \ + export CC="$(TARGET_CC)"; \ + export CPP="$(TARGET_CPP)"; \ + export CXX="$(TARGET_CXX)"; \ export HOSTTYPE=$(BR2_ARCH); \ parsecmgmt -a build -p $$pkg; \ if [ ! '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \ diff --git a/parsec-benchmark/parsec-benchmark b/parsec-benchmark/parsec-benchmark index 727a56b..c2c4e51 160000 --- a/parsec-benchmark/parsec-benchmark +++ b/parsec-benchmark/parsec-benchmark @@ -1 +1 @@ -Subproject commit 727a56bf4bf25566c93e1f77ae4e5d32dfa4da6b +Subproject commit c2c4e513747836cd074a4e88063e51dbd9974027