mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
test/Makefile: allow overriding -L+
Add a LISTOPT to make it possible to override -L+ without a bunch of painful additional options. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
NASMDEP = ../nasm
|
||||
NASM = ../nasm
|
||||
NASMOPT = -Ox -I../misc -L+ $(OPT)
|
||||
LISTOPT = -L+
|
||||
NASMOPT = -Ox -I../misc $(LISTOPT) $(OPT)
|
||||
PERL = perl
|
||||
TESTS = $(wildcard *.asm)
|
||||
RM_F = rm -f
|
||||
|
||||
Reference in New Issue
Block a user