1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

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
parent 7afc0fb9c8
commit a04a58b7eb
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: