From eda75c31e3527f88e786de7b0a37ea0f74fa555d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 14 Nov 2001 10:08:55 +0000 Subject: [PATCH] Apply the following changes from the main trunk: 2001-06-05 06:41 levitte * Makefile.org (1.137): Small detail about AIX forgotten... --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.org b/Makefile.org index c6c2074806..e7a2633445 100644 --- a/Makefile.org +++ b/Makefile.org @@ -368,7 +368,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) @@ -378,7 +378,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 \