diff options
Diffstat (limited to 'mk/strtold.d')
| -rw-r--r-- | mk/strtold.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mk/strtold.d b/mk/strtold.d new file mode 100644 index 00000000..5eee8651 --- /dev/null +++ b/mk/strtold.d @@ -0,0 +1,10 @@ +libc_C.199901: libc.a(strtold.o) +libc.a(strtold.o): $(OBJDIR)/strtold.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/strtold.o: src/stdlib/strtold.c +$(OBJDIR)/strtold.o: src/stdlib/_strtod.h +$(OBJDIR)/strtold.o: + @echo " [CC] $@" + @mkdir -p $(@D) + @$(CC) -c -o $@ $(CFLAGS) src/stdlib/strtold.c |
