mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
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:
@@ -23,6 +23,9 @@ define PARSEC_BENCHMARK_BUILD_CMDS
|
|||||||
export MAKE='$(MAKE)'; \
|
export MAKE='$(MAKE)'; \
|
||||||
export OSTYPE=linux; \
|
export OSTYPE=linux; \
|
||||||
export TARGET_CROSS='$(TARGET_CROSS)'; \
|
export TARGET_CROSS='$(TARGET_CROSS)'; \
|
||||||
|
export CC="$(TARGET_CC)"; \
|
||||||
|
export CPP="$(TARGET_CPP)"; \
|
||||||
|
export CXX="$(TARGET_CXX)"; \
|
||||||
export HOSTTYPE=$(BR2_ARCH); \
|
export HOSTTYPE=$(BR2_ARCH); \
|
||||||
parsecmgmt -a build -p $$pkg; \
|
parsecmgmt -a build -p $$pkg; \
|
||||||
if [ ! '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
|
if [ ! '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
|
||||||
|
|||||||
Submodule parsec-benchmark/parsec-benchmark updated: 727a56bf4b...c2c4e51374
Reference in New Issue
Block a user