From: H.Merijn Brand Date: Tue, 3 Aug 2004 23:51:13 +0000 (+0000) Subject: gcc on AIX 4 doesn't like -G on the commandline too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1be326de458e100f1527bf44371fc6d90f6f67fe;p=p5sagit%2Fp5-mst-13.2.git gcc on AIX 4 doesn't like -G on the commandline too p4raw-id: //depot/perl@23189 --- diff --git a/hints/aix_4.sh b/hints/aix_4.sh index f88b28d..489ce89 100755 --- a/hints/aix_4.sh +++ b/hints/aix_4.sh @@ -406,6 +406,7 @@ libswanted_uselargefiles="`getconf XBS5_ILP32_OFFBIG_LIBS 2>/dev/null|sed -e 's@ ccflags="`echo $ccflags | sed -e 's@ -b@ -Wl,-b@g'`" ldflags="`echo ' '$ldflags | sed -e 's@ -b@ -Wl,-b@g'`" lddlflags="`echo ' '$lddlflags | sed -e 's@ -b@ -Wl,-b@g'`" + lddlflags="`echo ' '$lddlflags | sed -e 's@ -G @ -Wl,-G @g'`" ld='gcc' echo >&4 "(using ccflags $ccflags)" echo >&4 "(using ldflags $ldflags)"