mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
BR3411280: Fix incorrect compiler option for OS/2 target in Open Watcom makefile
For OS2 target the -bt option should be set accordingly. Signed-off-by: Jiri Malak <malak.jiri@gmail.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
9022212ba9
commit
a2c7855577
@ -81,7 +81,7 @@ win32: .SYMBOLIC
|
||||
@%make all
|
||||
|
||||
os2: .SYMBOLIC
|
||||
@set TARGET_CFLAGS=-bt=NT -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/os2"
|
||||
@set TARGET_CFLAGS=-bt=OS2 -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/os2"
|
||||
@set TARGET_LFLAGS=sys os2v2
|
||||
@%make all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user