64 bit versions added
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Include definitions common to linux pentium targets
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
|
||||
COMMANDLINE_LIBRARY = READLINE_NCURSES
|
||||
@@ -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_64.Common
|
||||
@@ -0,0 +1,2 @@
|
||||
# Include common linux definitions
|
||||
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
|
||||
@@ -0,0 +1,5 @@
|
||||
include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common
|
||||
CROSS_COMPILER_TARGET_ARCHS += T2-ppc604
|
||||
CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be
|
||||
CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405
|
||||
|
||||
Reference in New Issue
Block a user