From 77aa00315349729ff82a4791a306181e2fb29f15 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 27 Jan 2023 17:10:39 +0100 Subject: [PATCH] build host stuff only for SLx/RHELx --- configure/os/CONFIG_SITE.Common.linuxCommon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG_SITE.Common.linuxCommon b/configure/os/CONFIG_SITE.Common.linuxCommon index 30cfd903b..f220178dd 100644 --- a/configure/os/CONFIG_SITE.Common.linuxCommon +++ b/configure/os/CONFIG_SITE.Common.linuxCommon @@ -1 +1,4 @@ COMMANDLINE_LIBRARY = READLINE +ifeq ($(filter SL% RHEL%,$(T_A)),) +VALID_BUILDS = Ioc +endif