From 3a21032e1e0f8ca68a8798066be5997adae5f08a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 17 Jun 2020 16:27:39 +0200 Subject: Switch from yasm to nasm. --- lib/make/make.config.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/make.config.rules.in b/lib/make/make.config.rules.in index 0c633b4d..806bb35b 100644 --- a/lib/make/make.config.rules.in +++ b/lib/make/make.config.rules.in @@ -252,7 +252,7 @@ endef # Build rules for C %.asm.o: $(SRCDIR)/%.asm - current_wd=`$(GET_WD)` ; cd $(SCRATCH_BUILD) ; yasm -f elf -m amd64 -g dwarf2 -o $$current_wd$(DIRSEP)$@ $< + current_wd=`$(GET_WD)` ; cd $(SCRATCH_BUILD) ; nasm -f elf -g -o $$current_wd$(DIRSEP)$@ $< %.c.o: $(SRCDIR)/%.c $(NOTIFY_PREPROCESSING) -- cgit v1.2.3