From 40184d163659790d25f3e4be93df8fdbc834c68c Mon Sep 17 00:00:00 2001 From: Marcel Köppen Date: Mon, 13 May 2024 13:27:21 +0200 Subject: Make the linker happy by switching HOST_SOURCES and HOST_FLAGS --- Microbenchmarks/STREAM/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Microbenchmarks/STREAM') diff --git a/Microbenchmarks/STREAM/Makefile b/Microbenchmarks/STREAM/Makefile index f5237bb..6e18756 100644 --- a/Microbenchmarks/STREAM/Makefile +++ b/Microbenchmarks/STREAM/Makefile @@ -34,8 +34,8 @@ bin: bin/dpu_code: ${DPU_SOURCES} bin ${QUIET}dpu-upmem-dpurte-clang ${DPU_FLAGS} ${DPU_SOURCES} -o $@ - ${QUIET}${CC} ${HOST_FLAGS} ${HOST_SOURCES} -o $@ bin/host_code: ${HOST_SOURCES} bin + ${QUIET}${CC} ${HOST_SOURCES} ${HOST_FLAGS} -o $@ clean: ${QUIET}${RM} -f bin/dpu_code bin/host_code -- cgit v1.2.3