From 8a53c494ffaa757900637abbcf04b55f32689730 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 9 May 2019 16:25:02 +0200 Subject: [PATCH] Don't build with clang for SL6 any more --- 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