aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-05 04:41:57 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-05 04:41:57 +0000
commit5352823fbf69cbfd3f8be15010068c3408b47750 (patch)
treeac2e03584e86f9fb1b9bc400d475a8b88c36b351 /Makefile.org
parent20251f01ea4f78a95bd5fa4e0657f11313a68f11 (diff)
downloadopenssl-5352823fbf69cbfd3f8be15010068c3408b47750.tar.gz
Small detail about AIX forgotten...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index a792cbcdce..a7353151d5 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -355,7 +355,7 @@ do_hpux64-shared:
# HP/UX-32bit: +vnocompatwarnings -b -z +s \
# +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
# HP/UX-64bit: -b -z +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}
-# AIX: -bE:lib$$i.exp -bM:SRE
+# AIX: -G -bE:lib$$i.exp -bM:SRE
# SHAREDCMD would be:
# GNU systems: $(CC)
# Tru64 Unix: $(CC)
@@ -365,7 +365,7 @@ do_hpux64-shared:
# HP/UX-64bit: /usr/ccs/bin/ld
# AIX: $(CC)
ALLSYMSFLAG=-bnogc
-SHAREDFLAGS=-bE:lib$$i.exp -bM:SRE
+SHAREDFLAGS=-G -bE:lib$$i.exp -bM:SRE
SHAREDCMD=$(CC)
do_aix-shared:
libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \