From 04d51047e7361f18eb415d5402b0e46886f3ed83 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 2 Apr 2016 23:08:57 +0200 Subject: [PATCH] add missing elfedit --- hermit/usr/openmpbench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/usr/openmpbench/Makefile b/hermit/usr/openmpbench/Makefile index 29f2db382..dede3f565 100644 --- a/hermit/usr/openmpbench/Makefile +++ b/hermit/usr/openmpbench/Makefile @@ -20,7 +20,7 @@ prog: arraybench_$(IDA) syncbench: $(SYNCOBJS) $(CC) -o syncbench $(LDFLAGS) $(SYNCOBJS) $(CLOCKOBJS) $(LIBS) -lm - $Qprintf $(ELF_OSABI) | dd of=$@ bs=1 seek=$(ELF_OSABI_OFFSET) count=1 conv=notrunc 2>/dev/null + $(ELFEDIT) --output-osabi HermitCore $@ # Rule to ensure the lower optimisation level is picked up for common.c # with the Cray compiler