skip building with clang on old SL6 to avoid problems with cross build from RHEL7

This commit is contained in:
2018-10-11 13:20:59 +02:00
parent a2aa17fafc
commit a42a4010d6
+1 -1
View File
@@ -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