From 24b582bf0f4527c9ff2ed02d3d4a8f2ae7cdd579 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 25 Jun 1997 00:48:06 +0000 Subject: [PATCH] moved T_A default up --- config/CONFIG | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/CONFIG b/config/CONFIG index 01e84cc50..807517a2c 100644 --- a/config/CONFIG +++ b/config/CONFIG @@ -3,6 +3,11 @@ # # The developer may edit this file. +# assume T_A is the host arch if not specified +ifndef T_A +T_A = $(HOST_ARCH) +endif + # EPICS base definitions # include $(EPICS_BASE)/config/CONFIG_COMMON @@ -10,11 +15,6 @@ include $(EPICS_BASE)/config/CONFIG_COMMON # Site-specific build options # include $(EPICS_BASE)/config/CONFIG_SITE - -# assume T_A is the host arch if not specified -ifndef T_A -T_A = $(HOST_ARCH) -endif # Architecture specific definitions #