summaryrefslogtreecommitdiff
path: root/hints/os2.sh
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-05-29 00:01:38 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-29 12:40:31 +0000
commitb732e2e2ae519146417c8478ead31bc42f50a8ac (patch)
tree2ba2b861c7e3e7e1f1bc1c4cbe4ded91563b0bf7 /hints/os2.sh
parentac7d80cddc7c44568456717db7f50a43c2841592 (diff)
downloadperl-b732e2e2ae519146417c8478ead31bc42f50a8ac.tar.gz
extra static libs for OS/2
Message-ID: <20010529040138.A9482@math.ohio-state.edu> p4raw-id: //depot/perl@10281
Diffstat (limited to 'hints/os2.sh')
-rw-r--r--hints/os2.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/os2.sh b/hints/os2.sh
index 5ffa589d31..49588f16d0 100644
--- a/hints/os2.sh
+++ b/hints/os2.sh
@@ -131,6 +131,8 @@ aout_cppflags="-DDOSISH -DPERL_IS_AOUT -DOS2=2 -DEMBED -I. $_defemxcrtrev"
aout_use_clib='c'
aout_usedl='undef'
aout_archobjs="os2.o dl_os2.o"
+# Not listed in dynamic_ext, but needed for AOUT static_ext nevertheless
+aout_extra_static_ext="OS2::DLL"
# variable which have different values for aout compile
used_aout='d_shrplib useshrplib plibext lib_ext obj_ext ar plibext d_fork lddlflags ldflags ccflags use_clib usedl archobjs cppflags'