From 7ed4f6c7045de99376dc7c0a3adb4b43f6d8daea Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 3 Mar 2021 15:47:33 +0100 Subject: [PATCH] we don't build 32 bit RHEL7-x86 --- configure/os/CONFIG_SITE.RHEL7-x86_64.Common | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common index 717045302..e39b71f94 100644 --- a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common +++ b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common @@ -1,8 +1,5 @@ include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common -# Build 32 bit version as a cross architecture -#CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86 - # Improved error checking with clang CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86_64-clang