From 47fc7f5d88f4f4bab05ee9faad21f99a6fd4d189 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 21 Nov 2003 21:22:24 +0000 Subject: [PATCH] Change Tornado to use the patched compilers. --- configure/RELEASE | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 4bf2bf88d..346b97a68 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -7,12 +7,16 @@ # and higher are distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* -#RELEASE Location of external products +# RELEASE: Define location of external products # -# NOTE: RELEASE.$(EPICS_HOST_ARCH) files will override +# NB: Settings in RELEASE files can be overridden in files named +# RELEASE.$(EPICS_HOST_ARCH) +# RELEASE.Common.$(T_A) +# RELEASE.$(EPICS_HOST_ARCH).$(T_A) # Tornado directory -VX_DIR = /usr/local/vw/tornado202 +VX_DIR = /usr/local/vw/tornado202p1 +#VX_DIR = /usr/local/vw/tornado22-$(ARCH_CLASS) # If you don't want to install into $(TOP) dir then # define INSTALL_LOCATION here