summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/make/make.config.rules.in2
1 files changed, 1 insertions, 1 deletions
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)