From 77085e368c68951c42df706572ab275be85a382c Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 12 Nov 2002 09:15:54 +0000 Subject: [PATCH] Moved SHARED_LIBRARIES definition, as this is a target feature --- configure/os/CONFIG_SITE.Common.linux-x86 | 14 ++++++++++++++ configure/os/CONFIG_SITE.linux-x86.Common | 9 +-------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 configure/os/CONFIG_SITE.Common.linux-x86 diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 new file mode 100644 index 000000000..f0390b8e0 --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -0,0 +1,14 @@ +# CONFIG_SITE.Common.linux-x86 +# +# $Id$ +# +# Site Specific definitions for linux-x86 target +# Only the local epics system manager should modify this file + +# NOTE: If YES then LD_LIBRARY_PATH must include the full +# pathname $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) for +# both the base build and when invoking base executables. +# Alternatively the full pathname can be added to /etc/ld.so.conf +# and ldconfig run to inform the system of the shared libraries. + +#SHARED_LIBRARIES=YES diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index 0922139d3..0fb27741f 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -5,14 +5,7 @@ # # Site override definitions for linux-x86 host builds #------------------------------------------------------- - + # JBA test override values #CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 solaris-sparc #CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 - -# NOTE: If YES then LD_LIBRARY_PATH must include the full -# pathname $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) for -# both the base # build and when invoking base executables. -# Alternatively the full pathname can be added to /etc/ld.so.conf -# and ldconfig run to inform the system of the shared libraries. -SHARED_LIBRARIES=YES