summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-14 07:52:33 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-14 07:52:33 +0000
commitd1ec197e495a7b4093ea3b468e63c7c0a1a91940 (patch)
tree397e9d1529744ed2455276dd0d70c246af319de7 /Makefile.org
parentf4d9cdc531e71f9534d12af1cee62ebea389a174 (diff)
Apply the following change from the main trunk:
2000-11-01 01:05 levitte * Configure (1.236), Makefile.org (1.110), CHANGES (1.640): Add support for shared libraries under Irix. Submitted by Albert Chin-A-Young <china@thewrittenword.com>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 623871c231..425e0ea651 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -321,6 +321,15 @@ do_svr5-shared:
done
# This assumes that GNU utilities are *not* used
+do_irix-shared:
+ libs='${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
+ ( set -x; ${CC} -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+ -Wl,-soname,lib$$i.so.${SHLIB_MAJOR} \
+ -all lib$$i.a $$libs ${EX_LIBS} -lc) || exit 1; \
+ libs="$$libs -L. -l$$i"; \
+ done
+
+# This assumes that GNU utilities are *not* used
do_hpux-shared:
libs='${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
( set -x; /usr/ccs/bin/ld +vnocompatwarnings \