From a42a4010d683c4b895808d88bff18f9c99e057fe Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 11 Oct 2018 13:20:59 +0200 Subject: [PATCH] skip building with clang on old SL6 to avoid problems with cross build from RHEL7 --- configure/os/CONFIG_SITE.SL6-x86_64.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.SL6-x86_64.Common b/configure/os/CONFIG_SITE.SL6-x86_64.Common index 9d8cb9f96..7aa041e73 100644 --- a/configure/os/CONFIG_SITE.SL6-x86_64.Common +++ b/configure/os/CONFIG_SITE.SL6-x86_64.Common @@ -2,6 +2,6 @@ CROSS_COMPILER_TARGET_ARCHS += SL6-x86 # Improved error checking with clang -CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64-clang +#CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64-clang include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common