From a98708302b40a72ab39385521d143bef0ebcf487 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 3 Mar 2021 14:48:15 +0100 Subject: [PATCH] drop SL5 support --- configure/os/CONFIG.Common.SL5-x86 | 6 ------ configure/os/CONFIG.Common.SL5-x86_64 | 4 ---- configure/os/CONFIG.SL5-x86.Common | 3 --- configure/os/CONFIG.SL5-x86.SL5-x86 | 2 -- configure/os/CONFIG.SL5-x86_64.Common | 3 --- configure/os/CONFIG.SL5-x86_64.SL5-x86_64 | 2 -- configure/os/CONFIG_SITE.SL5-x86.Common | 1 - configure/os/CONFIG_SITE.SL5-x86_64.Common | 3 --- 8 files changed, 24 deletions(-) delete mode 100644 configure/os/CONFIG.Common.SL5-x86 delete mode 100644 configure/os/CONFIG.Common.SL5-x86_64 delete mode 100644 configure/os/CONFIG.SL5-x86.Common delete mode 100644 configure/os/CONFIG.SL5-x86.SL5-x86 delete mode 100644 configure/os/CONFIG.SL5-x86_64.Common delete mode 100644 configure/os/CONFIG.SL5-x86_64.SL5-x86_64 delete mode 100644 configure/os/CONFIG_SITE.SL5-x86.Common delete mode 100644 configure/os/CONFIG_SITE.SL5-x86_64.Common diff --git a/configure/os/CONFIG.Common.SL5-x86 b/configure/os/CONFIG.Common.SL5-x86 deleted file mode 100644 index e0dd111d9..000000000 --- a/configure/os/CONFIG.Common.SL5-x86 +++ /dev/null @@ -1,6 +0,0 @@ -# Include definitions common to linux pentium targets -include $(CONFIG)/os/CONFIG.Common.linux-x86 - -COMMANDLINE_LIBRARY = READLINE_NCURSES - -ARCH_DEP_CFLAGS += -march=i686 diff --git a/configure/os/CONFIG.Common.SL5-x86_64 b/configure/os/CONFIG.Common.SL5-x86_64 deleted file mode 100644 index 477309803..000000000 --- a/configure/os/CONFIG.Common.SL5-x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# 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.Common b/configure/os/CONFIG.SL5-x86.Common deleted file mode 100644 index cc10355d3..000000000 --- a/configure/os/CONFIG.SL5-x86.Common +++ /dev/null @@ -1,3 +0,0 @@ -#CONFIG.$(EPICS_HOST_ARCH).Common is required by build system -#Include definitions common to linux hosts -include $(CONFIG)/os/CONFIG.linux-x86.Common diff --git a/configure/os/CONFIG.SL5-x86.SL5-x86 b/configure/os/CONFIG.SL5-x86.SL5-x86 deleted file mode 100644 index 2bf7aace1..000000000 --- a/configure/os/CONFIG.SL5-x86.SL5-x86 +++ /dev/null @@ -1,2 +0,0 @@ -# Include common linux definitions -include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 diff --git a/configure/os/CONFIG.SL5-x86_64.Common b/configure/os/CONFIG.SL5-x86_64.Common deleted file mode 100644 index 26c65b727..000000000 --- a/configure/os/CONFIG.SL5-x86_64.Common +++ /dev/null @@ -1,3 +0,0 @@ -#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 deleted file mode 100644 index 2bf7aace1..000000000 --- a/configure/os/CONFIG.SL5-x86_64.SL5-x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -# Include common linux definitions -include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 diff --git a/configure/os/CONFIG_SITE.SL5-x86.Common b/configure/os/CONFIG_SITE.SL5-x86.Common deleted file mode 100644 index 332cebc34..000000000 --- a/configure/os/CONFIG_SITE.SL5-x86.Common +++ /dev/null @@ -1 +0,0 @@ -include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common diff --git a/configure/os/CONFIG_SITE.SL5-x86_64.Common b/configure/os/CONFIG_SITE.SL5-x86_64.Common deleted file mode 100644 index ce1584300..000000000 --- a/configure/os/CONFIG_SITE.SL5-x86_64.Common +++ /dev/null @@ -1,3 +0,0 @@ -include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common -# Build 32 bit version as a cross architecture -CROSS_COMPILER_TARGET_ARCHS += SL5-x86