LibC: Port setjmp syntax to avoid nasm dependency

This commit is contained in:
Robin Burchell 2019-05-23 10:14:19 +02:00 committed by Andreas Kling
commit a04a58b7eb
Notes: sideshowbarker 2024-07-19 13:59:18 +09:00
5 changed files with 34 additions and 42 deletions

View file

@ -13,9 +13,6 @@ $(LIBRARY): $(OBJS)
.cpp.o:
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<
%.no: %.asm
@echo "NASM $@"; nasm -f elf -o $@ $<
-include $(OBJS:%.o=%.d)
clean: