From: Jarkko Hietaniemi Date: Thu, 17 Feb 2000 22:09:09 +0000 (+0000) Subject: Take out the -Wl,-z as we have survice so far without. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5374cbf8154953394e54aab9ae393cca31f237d;p=p5sagit%2Fp5-mst-13.2.git Take out the -Wl,-z as we have survice so far without. p4raw-id: //depot/cfgperl@5124 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index a03eed6..6ba51cf 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -61,7 +61,7 @@ # # Lastly, you may want to include the "-z" HP linker flag so that # reading from a NULL pointer causes a SEGV. -ccflags="$ccflags -D_HPUX_SOURCE -Wl,-z" +ccflags="$ccflags -D_HPUX_SOURCE" # Check if you're using the bundled C compiler. This compiler doesn't support # ANSI C (the -Aa flag) nor can it produce shared libraries. Thus we have