From d68bb0895be0a78b26de5a9e88e36196e21429fc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Feb 1994 21:32:01 +0000 Subject: entered into RCS --- default.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'default.c') diff --git a/default.c b/default.c index 3465c53..c8502a9 100644 --- a/default.c +++ b/default.c @@ -195,7 +195,13 @@ static char *default_suffix_rules[] = static char *default_variables[] = { "AR", "ar", +#ifndef __hpux "ARFLAGS", "rv", +#else + /* HPUX ar's f flag says to truncate the file names to archive member + name length in comparisons, so replacement notices the equality. */ + "ARFLAGS", "rfv", +#endif "AS", "as", "CC", "cc", "CXX", "g++", -- cgit v1.2.3