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:
parent
9765a8f3f9
commit
04d51047e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue