From 0a517a4fa46847b93a3daa9bf1bc7c5c37c2d852 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 7 Nov 2002 18:04:30 +0000 Subject: [PATCH] *** empty log message *** --- .../os/CONFIG_SITE.hpux-parisc.hpux-parisc | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc diff --git a/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc b/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc new file mode 100644 index 000000000..b50b90f12 --- /dev/null +++ b/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc @@ -0,0 +1,25 @@ +# CONFIG_SITE.hpux-parisc.hpux-parisc +# +# $Id$ +# +# Site Specific Configuration Information +# Only the local epics system manager should modify this file + +# by default, build and use shared libraries +SHARED_LIBRARIES=YES + +# where we expect to find shared libraries if not found elsewhere +#DEFAULT_SHRLIB_SEARCH_PATH = /cs/lib/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION).$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL):$(INSTALL_LIB) +DEFAULT_SHRLIB_SEARCH_PATH = /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/support/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/hpux-parisc + +#No special action should be required to build or use shared libraries. +#However, when a new shared library is built using the above configuration, +#it should be copied into the location specified by DEFAULT_SHRLIB_SEARCH_PATH +#which in this specific case is: /cs/lib/R3.13.1.1/ + +# cal added this so that libraries can be built with position +# independent code even if shared libraries aren't being built +ifeq ($(RELOCATABLE), YES) + ARCH_DEP_CFLAGS += +z + ARCH_DEP_CXXFLAGS += +z +endif