summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-25 15:08:46 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-25 15:08:46 (GMT)
commit02706f5898915acbf9442d8464211f10477ef34a (patch)
tree9aae447950cb73ffced93cc506599fda692ac085 /configure.in
parent2ea2b1133eb9676454bc680450bf121e1493f7a4 (diff)
downloadcpython-02706f5898915acbf9442d8464211f10477ef34a.zip
cpython-02706f5898915acbf9442d8464211f10477ef34a.tar.gz
cpython-02706f5898915acbf9442d8464211f10477ef34a.tar.bz2
Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker
flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e0cd8fc..b7352da 100644
--- a/configure.in
+++ b/configure.in
@@ -648,6 +648,7 @@ then
# loading of any modules which reference it in System.framework
next/4*|next/5*) LINKFORSHARED="-u __dummy -framework System" ;;
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
+ ReliantUNIX*) LINKFORSHARED="-W1 -Blargedynsym";;
FreeBSD*|NetBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then