mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
simple_sprintf build again
simple_sprintf needs libgcc.a to build correctly.
This commit is contained in:
@ -117,7 +117,7 @@ fstat_test : fstat_test.o
|
|||||||
|
|
||||||
simple_sprintf : simple_sprintf.o
|
simple_sprintf : simple_sprintf.o
|
||||||
@echo "Linking $@"
|
@echo "Linking $@"
|
||||||
$(CC) -nostdlib $(CFLAGS) -o $@ simple_sprintf.o -lc -Wl,--cref,-M,-Map=$@.map
|
$(CC) -nostdlib $(CFLAGS) -o $@ simple_sprintf.o -lc -lgcc -Wl,--cref,-M,-Map=$@.map
|
||||||
|
|
||||||
date_test : date_test.o
|
date_test : date_test.o
|
||||||
@echo "Linking $@"
|
@echo "Linking $@"
|
||||||
|
|||||||
Reference in New Issue
Block a user