Fix path to crt0.o and libc.a
This commit is contained in:
+2
-2
@@ -131,10 +131,10 @@ CFLAGS=\
|
||||
-I ../target/openlibm/src \
|
||||
|
||||
HEADLIBS=\
|
||||
../target/debug/crt0.o
|
||||
../target/release/crt0.o
|
||||
|
||||
TAILLIBS=\
|
||||
../target/debug/libc.a \
|
||||
../target/release/libc.a \
|
||||
../target/openlibm/libopenlibm.a
|
||||
|
||||
%: %.c $(HEADLIBS) $(TAILLIBS)
|
||||
|
||||
Reference in New Issue
Block a user