diff options
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index f6b18fdcfc..bd1e268f09 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -45,7 +45,9 @@ ldflags="$ldflags -D_HPUX_SOURCE" toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"' cc=${cc:-cc} -ar=${ar:-/usr/bin/ar} + +ar=/usr/bin/ar # Yes, truly override. We do not want the GNU ar. +full_ar=$ar # I repeat, no GNU ar. arrr. case `$cc -v 2>&1`"" in *gcc*) ccisgcc="$define" ;; |