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.
This commit is contained in:
Ciro Santilli
2018-03-31 14:07:33 +01:00
parent 56fd3975d6
commit e6c8d2bfc3
2 changed files with 4 additions and 1 deletions

View File

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