From 48d37e6b45350acdd55a854e752e893118b7dccc Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 6 Jul 2020 14:02:04 +0200 Subject: [PATCH] drop support for 32 bit SL6 --- configure/os/CONFIG_SITE.RHEL7-x86_64.Common | 2 +- configure/os/CONFIG_SITE.SL6-x86_64.Common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common index e5fcdf168..717045302 100644 --- a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common +++ b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common @@ -10,7 +10,7 @@ CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86_64-clang CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64 # Build for old SL6 32 bit -CROSS_COMPILER_TARGET_ARCHS += SL6-x86 +#CROSS_COMPILER_TARGET_ARCHS += SL6-x86 # WINE MSVC CROSS_COMPILER_TARGET_ARCHS += win32-x86 windows-x64 diff --git a/configure/os/CONFIG_SITE.SL6-x86_64.Common b/configure/os/CONFIG_SITE.SL6-x86_64.Common index 7aa041e73..9922d98ca 100644 --- a/configure/os/CONFIG_SITE.SL6-x86_64.Common +++ b/configure/os/CONFIG_SITE.SL6-x86_64.Common @@ -1,5 +1,5 @@ # Build 32 bit version as a cross architecture -CROSS_COMPILER_TARGET_ARCHS += SL6-x86 +#CROSS_COMPILER_TARGET_ARCHS += SL6-x86 # Improved error checking with clang #CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64-clang