mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +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 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 \
|
||||
|
||||
Reference in New Issue
Block a user