Comment 4 for bug 1702229

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

I just wondered if we really need those complicated version dependent hacks and I found: No! Wildcards work just fine.

GNU_DIR = $(wildcard $(WIND_BASE)/gnu/*-vxworks-$(VXWORKS_VERSION)/$(WIND_HOST_TYPE))
(or GNU_DIR_6 for EPICS < 3.16)
and
NM = $(wildcard $(WIND_BASE)/*/$(WIND_HOST_TYPE)/bin/$(CMPLR_PREFIX)nm$(CMPLR_SUFFIX)$(HOSTEXE))

and drop all the WORKBENCH_VERSION and UTILITIES_VERSION macros.
(And maybe VX_GNU_VERSION/VX_GNU_MAJOR_VERSION as well but then fix configure/os/CONFIG.Common.vxWorks-ppc604)