1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add missing elfedit

This commit is contained in:
Stefan Lankes 2016-04-02 23:08:57 +02:00
parent 9765a8f3f9
commit 04d51047e7

View file

@ -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