From 5352823fbf69cbfd3f8be15010068c3408b47750 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 5 Jun 2001 04:41:57 +0000 Subject: Small detail about AIX forgotten... --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.org') 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 \ -- cgit v1.2.3