Moved SHARED_LIBRARIES definition, as this is a target feature
This commit is contained in:
14
configure/os/CONFIG_SITE.Common.linux-x86
Normal file
14
configure/os/CONFIG_SITE.Common.linux-x86
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user