Moved SHARED_LIBRARIES definition, as this is a target feature

This commit is contained in:
Ralph Lange
2002-11-12 09:15:54 +00:00
parent 9de520c77b
commit 77085e368c
2 changed files with 15 additions and 8 deletions

View File

@@ -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

View File

@@ -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