From 4c27619ee9e4f89009829859ad55b0e55e2cfdb7 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 28 Apr 2021 15:35:00 +0200 Subject: [PATCH] run tests on cross archs where possible --- configure/os/CONFIG_SITE.RHEL7-x86_64.Common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common index b4fefc1c2..b6e65331a 100644 --- a/configure/os/CONFIG_SITE.RHEL7-x86_64.Common +++ b/configure/os/CONFIG_SITE.RHEL7-x86_64.Common @@ -2,12 +2,15 @@ include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common # 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 # NI Linux Real-Time 7.x # requires RPM gcc-c++-arm-linux-gnu