diff --git a/bin/port/Makefile b/bin/port/Makefile index c36424c..ca07fe8 100644 --- a/bin/port/Makefile +++ b/bin/port/Makefile @@ -21,7 +21,7 @@ LIBRARIES = ../../../../lib/libc.so.7 -STARTUP = ../../lib/csu/i386/*.o +STARTUP = ../../lib/csu/i386/crt1.o # Link The Binary $(BINARY) : $(OBJS)