config files for PSI host and target architectures
This commit is contained in:
2
configure/os/CONFIG.Common.SL5-x86
Normal file
2
configure/os/CONFIG.Common.SL5-x86
Normal file
@@ -0,0 +1,2 @@
|
||||
# Include definitions common to linux pentium targets
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-686
|
||||
8
configure/os/CONFIG.Common.T2-ppc604
Normal file
8
configure/os/CONFIG.Common.T2-ppc604
Normal file
@@ -0,0 +1,8 @@
|
||||
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc604_long
|
||||
VXWORKS_VERSION = 5.5
|
||||
WIND_BASE = /usr/local/Tornado2
|
||||
|
||||
#there is a problem with our ccppc and optimization
|
||||
# -O and -O0 work, -O1 and higher are buggy
|
||||
OPT_CFLAGS_YES = -O
|
||||
OPT_CXXFLAGS_YES = -O
|
||||
3
configure/os/CONFIG.SL5-x86.Common
Normal file
3
configure/os/CONFIG.SL5-x86.Common
Normal file
@@ -0,0 +1,3 @@
|
||||
#CONFIG.$(EPICS_HOST_ARCH).Common is required by build system
|
||||
#Include definitions common to linux hosts
|
||||
include $(CONFIG)/os/CONFIG.linux-x86.Common
|
||||
2
configure/os/CONFIG.SL5-x86.SL5-x86
Normal file
2
configure/os/CONFIG.SL5-x86.SL5-x86
Normal file
@@ -0,0 +1,2 @@
|
||||
# Include common linux definitions
|
||||
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
|
||||
2
configure/os/CONFIG_SITE.SL5-x86.Common
Normal file
2
configure/os/CONFIG_SITE.SL5-x86.Common
Normal file
@@ -0,0 +1,2 @@
|
||||
include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common
|
||||
CROSS_COMPILER_TARGET_ARCHS += T2-ppc604
|
||||
Reference in New Issue
Block a user