summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-20 06:13:06 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-20 06:13:06 +0000
commit9ddeefe39d23ffe7559acc98722ab6dc5ed4f72d (patch)
tree408d2d463d1c2d2df446269cb09e78c8b06df8ce /util
parent0293371a1bf9e64b08a9c93c4203dfb7dc7e2266 (diff)
Proper solution to nasm compilation problems in Borland context.
Diffstat (limited to 'util')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index e83b336190..578808f0c1 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -51,7 +51,7 @@ $lfile='';
$shlib_ex_obj="";
$app_ex_obj="c0x32.obj";
-$asm='nasmw -f obj';
+$asm='nasmw -f obj -d__omf__';
$asm.=" /Zi" if $debug;
$afile='-o';