Take out the -Wl,-z as we have survice so far without.
Jarkko Hietaniemi [Thu, 17 Feb 2000 22:09:09 +0000 (22:09 +0000)]
p4raw-id: //depot/cfgperl@5124

hints/hpux.sh

index a03eed6..6ba51cf 100644 (file)
@@ -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