From 2796764905e8a7d58cb8b29362779a1d69ee3492 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 28 Apr 2021 15:35:55 +0200 Subject: [PATCH] cross build for RHEL7 on RHEL8 does not work yet --- configure/os/CONFIG_SITE.RHEL8-x86_64.Common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG_SITE.RHEL8-x86_64.Common b/configure/os/CONFIG_SITE.RHEL8-x86_64.Common index d84ee4cca..cfaa7905e 100644 --- a/configure/os/CONFIG_SITE.RHEL8-x86_64.Common +++ b/configure/os/CONFIG_SITE.RHEL8-x86_64.Common @@ -3,6 +3,9 @@ include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common # Improved error checking with clang CROSS_COMPILER_TARGET_ARCHS += RHEL8-x86_64-clang +# Build for old RHEL7 64 bit +#CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86_64 + # Build for old SL6 64 bit #CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64