From f2a03e906bf3e90fbff1c3922fa3d9ebe568ebb5 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 21 Mar 2025 12:06:31 +0100 Subject: [PATCH] fix vxWorks softIoc build --- configure/os/CONFIG_SITE.Common.vxWorksCommon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/os/CONFIG_SITE.Common.vxWorksCommon b/configure/os/CONFIG_SITE.Common.vxWorksCommon index b3ac4b3a5..5c75d35ef 100644 --- a/configure/os/CONFIG_SITE.Common.vxWorksCommon +++ b/configure/os/CONFIG_SITE.Common.vxWorksCommon @@ -27,3 +27,6 @@ WIND_BASE = /opt/VxWorks/VxWorks$(VXWORKS_VERSION) # For the license counter export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH:%=%:)$(WIND_BASE)/lmapi-5.0/$(WIND_HOST_TYPE)/lib + +softIoc_LDFLAGS += -whole-archive +softIocPVA_LDFLAGS_softIocPVA += -whole-archive