From 525a5068015e3bfbe7084813af43db20f172a385 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 27 Apr 1998 14:04:35 +0000 Subject: [PATCH] Changes from Mark Rivers. --- config/CONFIG.Host.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Host.alpha b/config/CONFIG.Host.alpha index f7d687d1c..af7406d36 100644 --- a/config/CONFIG.Host.alpha +++ b/config/CONFIG.Host.alpha @@ -8,7 +8,7 @@ ARCH_CLASS = alpha # Include definitions common to all Unix archs include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon -AR = ar -rc +AR = ar # Configure OS vendor C compiler ACC = cc @@ -23,7 +23,7 @@ ACC_SFLAGS_YES= -non_shared ACC_SFLAGS_NO= -call_shared ACC_SLIBS_YES = ACC_SLIBS_NO= -ACC_SHRLIB_CFLAGS_YES = +ACC_SHRLIB_CFLAGS_YES = -shared ACC_SHRLIB_LDFLAGS_YES = # Configure OS vendor C++ compiler