mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
parsec: fix aarch64 build
The error was: [PARSEC] Error: Binary '/home/ciro/bak/git/linux-kernel-module-cheat/out/aarch64/buildroot/build/parsec-benchmark-custom/ext/splash2x/apps/barnes/inst/"aarch64"-linux.gcc/bin/run.sh' of package 'splash2x.barnes' cannot be found. due to some quoting madness.
This commit is contained in:
@@ -23,7 +23,7 @@ define PARSEC_BENCHMARK_BUILD_CMDS
|
||||
export MAKE='$(MAKE)'; \
|
||||
export OSTYPE=linux; \
|
||||
export TARGET_CROSS='$(TARGET_CROSS)'; \
|
||||
export HOSTTYPE='$(BR2_ARCH)'; \
|
||||
export HOSTTYPE=$(BR2_ARCH); \
|
||||
parsecmgmt -a build -p $$pkg; \
|
||||
if [ ! '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
|
||||
parsecmgmt -a run -p $$pkg -i $(BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE); \
|
||||
|
||||
Reference in New Issue
Block a user