mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove linker flag -lelf because the elf loader is moved to Linux
This commit is contained in:
parent
786bf5b1fe
commit
a10e521dc1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ all: proxy
|
|||
|
||||
proxy: proxy.o
|
||||
@echo [LD] $@
|
||||
$Q$(CC) $(CFLAGS) -o $@ $< -lelf
|
||||
$Q$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
clean:
|
||||
@echo Cleaning tools
|
||||
|
|
Loading…
Add table
Reference in a new issue