Opened 9 years ago

#4920 new defect

configure option --yasmexe does not work as described for nasm

Reported by: Carl Eugen Hoyos Owned by:
Priority: normal Component: build system
Version: git-master Keywords: nasm
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

The commit message for 72b33eade1dbe599e261ca6a819a7ce9f6c2c165 says that --yasmexe allows to select the [...] path of the tool for compiling the non-inline assembly code. Unfortunately this does not work for nasm (it works for yasm):

$ ./configure --yasmexe=../nasm-2.11.09rc1/nasm

...

$ grep YASM config.mak
YASM=nasm
DEPYASM=nasm
YASMFLAGS=-f elf64  -g -F dwarf
HAVE_YASM=yes

Change History (0)

Note: See TracTickets for help on using tickets.