From 7e991c3f9f2b50665994afece30df4baa0c9e9db Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 10 Oct 2019 17:35:03 +0200 Subject: [PATCH] run tests on cross compiled host architectures --- configure/os/CONFIG_SITE.RHEL7-x86_64.Common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common index 70e181229..67b675150 100644 --- a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common +++ b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common @@ -2,12 +2,16 @@ include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common # Build 32 bit version as a cross architecture #CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86 +#CROSS_COMPILER_RUNTEST_ARCHS += RHEL7-x86 # Improved error checking with clang CROSS_COMPILER_TARGET_ARCHS += RHEL7-x86_64-clang +CROSS_COMPILER_RUNTEST_ARCHS += RHEL7-x86_64-clang # Build for old SL6 64 bit CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64 +CROSS_COMPILER_RUNTEST_ARCHS += SL6-x86_64 # Build for old SL6 32 bit CROSS_COMPILER_TARGET_ARCHS += SL6-x86 +CROSS_COMPILER_RUNTEST_ARCHS += SL6-x86_64