diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-25 12:36:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-25 12:36:11 +0000 |
commit | 59943ff4e656334e4f33a100042cd2d30a943b6a (patch) | |
tree | ac20ef69039c31865cd3cb665593b89262c9e9b7 /hints | |
parent | 0f3ba31f3e02a12d6ea6ccbc940526344fad2e23 (diff) | |
download | perl-59943ff4e656334e4f33a100042cd2d30a943b6a.tar.gz |
In HP-UX set ar to /usr/bin/ar but only iff none set.
p4raw-id: //depot/perl@9833
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 5d9abcba29..f6b18fdcfc 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -45,7 +45,7 @@ ldflags="$ldflags -D_HPUX_SOURCE" toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"' cc=${cc:-cc} -ar=/usr/bin/ar +ar=${ar:-/usr/bin/ar} case `$cc -v 2>&1`"" in *gcc*) ccisgcc="$define" ;; |