From 0e2eddbcdb026b4bfd674cb6287d468d8c295fe2 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 3 Sep 2003 14:08:51 +0000 Subject: [PATCH] Bugfix for hpux-parisc (ARFLAGS defaults were creating problems) --- config/CONFIG.Host.hp700 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/CONFIG.Host.hp700 b/config/CONFIG.Host.hp700 index 6fb18ecc7..df7bd2050 100644 --- a/config/CONFIG.Host.hp700 +++ b/config/CONFIG.Host.hp700 @@ -21,7 +21,8 @@ include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon SHRLIB_SUFFIX = .sl -AR = ar -rc +AR = ar +ARFLAGS = -rc # Configure OS vendor C compiler ACC = cc