I would find it helpful to have $EPICS_HOST_ARCH available in *_HOOK scripts. eg. to write configure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH).
I am not quite sure of the best way/place to add this. Maybe as simple as moving detect_epics_host_arch() before add_dependency() in prepare()?
I would find it helpful to have
$EPICS_HOST_ARCHavailable in*_HOOKscripts. eg. to writeconfigure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH).I am not quite sure of the best way/place to add this. Maybe as simple as moving
detect_epics_host_arch()beforeadd_dependency()inprepare()?