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:
parent
7afc0fb9c8
commit
a04a58b7eb
5 changed files with 34 additions and 42 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue