diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-05-29 15:15:19 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-30 01:45:12 +0000 |
commit | 37286744a4c80f0fbda1675ea568e7231eb799a0 (patch) | |
tree | 8a6d9ca5d3e144afa8fbd4e9700ce93542abf0c1 /hints/os2.sh | |
parent | a1db74c9755dc2a9521646a76c602982eb3bed82 (diff) | |
download | perl-37286744a4c80f0fbda1675ea568e7231eb799a0.tar.gz |
flushNULL OS/2
Message-ID: <20010529191519.A16020@math.ohio-state.edu>
p4raw-id: //depot/perl@10306
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 49588f16d0..eb11ff593e 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -108,6 +108,10 @@ exe_ext='.exe' # We provide it i_dlfcn='define' +# -Zomf build has a problem with _exit() *flushing*, so the test +# gets confused: +fflushNULL="define" + aout_d_shrplib='undef' aout_useshrplib='false' aout_obj_ext='.o' |