mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibC: Port setjmp syntax to avoid nasm dependency
This commit is contained in:
parent
7afc0fb9c8
commit
a04a58b7eb
Notes:
sideshowbarker
2024-07-19 13:59:18 +09:00
Author: https://github.com/rburchell
Commit: a04a58b7eb
Pull-request: https://github.com/SerenityOS/serenity/pull/73
Reviewed-by: https://github.com/awesomekling
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