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