Fix the options when compiling under OpenWatcom
authorH. Peter Anvin <hpa@zytor.com>
Mon, 21 Jan 2008 19:50:31 +0000 (11:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 21 Jan 2008 19:50:31 +0000 (11:50 -0800)
commit9964558613deb9423491ad4e52e54dcdeabe57b1
treea15f5eb6221bdd7c04d9d7ba085cddbfdcf6c000
parent8960f37b9cdef126734d67fe394c5135b401f1be
Fix the options when compiling under OpenWatcom

OpenWatcom needs different strings for compile and link target, so
using -bcl which uses the same string for both is just plain wrong.
This fixes that bit, but running nasm on test/floatx.asm (at least as
a DOS or a Win32 binary) crashes with a NULL pointer reference inside
the C library free() function.
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak