1
0
Fork 0
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:
Stefan Lankes 2016-04-27 20:57:29 +02:00
parent 786bf5b1fe
commit a10e521dc1

View file

@ -19,7 +19,7 @@ all: proxy
proxy: proxy.o
@echo [LD] $@
$Q$(CC) $(CFLAGS) -o $@ $< -lelf
$Q$(CC) $(CFLAGS) -o $@ $<
clean:
@echo Cleaning tools