build host stuff only for SLx/RHELx

This commit is contained in:
2023-01-30 12:21:53 +01:00
parent 33ecfcb6bc
commit cb4cb6f4d7
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
include $(CONFIG)/os/CONFIG.windows-x64.windows-x64
VALID_BUILDS = Ioc Command
PATH := /opt/wine-msvc-2017/bin/x64:$(PATH)
export WINEPREFIX = $(HOME)/.wine-$(EPICS_HOST_ARCH)

View File

@@ -12,3 +12,7 @@ COMMANDLINE_LIBRARY = READLINE
CODE_CPPFLAGS += -fno-strict-aliasing
USR_CXXFLAGS += $(STD_CXXFLAGS)
STD_CXXFLAGS = -std=c++11
ifeq ($(filter SL% RHEL%,$(T_A)),)
VALID_BUILDS = Ioc Command
endif