Fix build on x32

This commit is contained in:
Luke Dashjr
2014-04-10 13:33:55 +00:00
parent 55372af684
commit 282ebc6dbd
2 changed files with 19 additions and 2 deletions

View File

@@ -59,5 +59,5 @@ EXTRA_DIST = nasm_lt.sh
#x86_64 only
if USE_ASM
.asm.lo:
$(LIBTOOL) --mode=compile --tag YASM $(srcdir)/nasm_lt.sh $(YASM) -f elf64 $(YAFLAGS) -I$(srcdir) -I. $< -o $@
$(LIBTOOL) --mode=compile --tag YASM $(srcdir)/nasm_lt.sh $(YASM) -f $(YASM_BINFMT) $(YAFLAGS) -I$(srcdir) -I. $< -o $@
endif