diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-01-05 10:51:38 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-08 11:52:00 +1200 |
commit | b8378b72956f290ff41ea1ce3b194c78c89181a1 (patch) | |
tree | 01e12f63299bf49d9cea543244508d9db7204bae /hints | |
parent | 59b6621c2e7553e9242d2e0f881eaae20fdae420 (diff) | |
download | perl-b8378b72956f290ff41ea1ce3b194c78c89181a1.tar.gz |
Fix $^X on systems that set it to Perl's basename
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index ded6d4fe84..b103cf5bd3 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -113,11 +113,6 @@ usemymalloc='y' alignbytes=8 selecttype='int *' -# For no good reason, HP-UX sets argv[0] to the name of a script -# executed with #!, which makes $^X wrong. This macro enables a -# workaround. -toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"' - # If your compile complains about FLT_MIN, uncomment the next line # POSIX_cflags='ccflags="$ccflags -DFLT_MIN=1.17549435E-38"' |