Skip to content

Commit

Permalink
2024-09-04 09:19:28
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 4, 2024
1 parent 54266c8 commit 38bbfbd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 726 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ QJS_OBJS=$(OBJDIR)/qjs.o $(OBJDIR)/quickjs.o $(OBJDIR)/libregexp.o $(OBJDIR)/lib
$(OBJDIR)/cutils.o $(OBJDIR)/mocked.o $(OBJDIR)/std_module.o $(OBJDIR)/ckb_module.o $(OBJDIR)/ckb_cell_fs.o \
$(OBJDIR)/libbf.o $(OBJDIR)/cmdopt.o

STD_OBJS=$(OBJDIR)/string_impl.o $(OBJDIR)/malloc_impl.o $(OBJDIR)/math_impl.o \
$(OBJDIR)/math_log_impl.o $(OBJDIR)/printf_impl.o $(OBJDIR)/stdio_impl.o \
STD_OBJS=$(OBJDIR)/string_impl.o $(OBJDIR)/malloc_impl.o \
$(OBJDIR)/printf_impl.o $(OBJDIR)/stdio_impl.o \
$(OBJDIR)/locale_impl.o


Expand Down Expand Up @@ -103,7 +103,7 @@ $(OBJDIR)/%.o: include/c-stdlib/src/%.c

$(OBJDIR)/%.o: include/%.c
@echo build $<
@$(CC) $(CFLAGS) -c -o $@ $<
@$(CC) $(CFLAGS2) -c -o $@ $<

# $(OBJDIR)/ckb_module.o: quickjs/ckb_module.c
# @echo build $<
Expand Down
262 changes: 0 additions & 262 deletions include/c-stdlib/src/math_impl.c

This file was deleted.

Loading

0 comments on commit 38bbfbd

Please sign in to comment.