From a95dc4169aa3e6019453c441af9f1ecee570f849 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 22 Mar 2011 13:47:39 +0000 Subject: [PATCH] 64 bit versions added --- configure/os/CONFIG.Common.SL5-x86_64 | 3 +++ configure/os/CONFIG.SL5-x86_64.Common | 3 +++ configure/os/CONFIG.SL5-x86_64.SL5-x86_64 | 2 ++ configure/os/CONFIG_SITE.SL5-x86_64.Common | 5 +++++ 4 files changed, 13 insertions(+) create mode 100644 configure/os/CONFIG.Common.SL5-x86_64 create mode 100644 configure/os/CONFIG.SL5-x86_64.Common create mode 100644 configure/os/CONFIG.SL5-x86_64.SL5-x86_64 create mode 100644 configure/os/CONFIG_SITE.SL5-x86_64.Common diff --git a/configure/os/CONFIG.Common.SL5-x86_64 b/configure/os/CONFIG.Common.SL5-x86_64 new file mode 100644 index 000000000..46a40f608 --- /dev/null +++ b/configure/os/CONFIG.Common.SL5-x86_64 @@ -0,0 +1,3 @@ +# Include definitions common to linux pentium targets +include $(CONFIG)/os/CONFIG.Common.linux-x86_64 +COMMANDLINE_LIBRARY = READLINE_NCURSES diff --git a/configure/os/CONFIG.SL5-x86_64.Common b/configure/os/CONFIG.SL5-x86_64.Common new file mode 100644 index 000000000..26c65b727 --- /dev/null +++ b/configure/os/CONFIG.SL5-x86_64.Common @@ -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 diff --git a/configure/os/CONFIG.SL5-x86_64.SL5-x86_64 b/configure/os/CONFIG.SL5-x86_64.SL5-x86_64 new file mode 100644 index 000000000..2bf7aace1 --- /dev/null +++ b/configure/os/CONFIG.SL5-x86_64.SL5-x86_64 @@ -0,0 +1,2 @@ +# Include common linux definitions +include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 diff --git a/configure/os/CONFIG_SITE.SL5-x86_64.Common b/configure/os/CONFIG_SITE.SL5-x86_64.Common new file mode 100644 index 000000000..135c13e5d --- /dev/null +++ b/configure/os/CONFIG_SITE.SL5-x86_64.Common @@ -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 +