diff --git a/configure/CONFIG_APP b/configure/CONFIG_APP
index 3fe2fa134a42e40fa25eaf9a35ab6dfe05b4bf33..b1f4ba11be59fcf832a132e8043b982b06e65d76 100644
--- a/configure/CONFIG_APP
+++ b/configure/CONFIG_APP
@@ -2,8 +2,12 @@
 
 include $(TOP)/configure/RELEASE
 -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
+-include $(TOP)/configure/RELEASE.Common.$(T_A)
+-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A)
+
 CONFIG=$(EPICS_BASE)/configure
 include $(CONFIG)/CONFIG
+
 INSTALL_LOCATION = $(TOP)
 ifdef INSTALL_LOCATION_APP
 INSTALL_LOCATION = $(INSTALL_LOCATION_APP)