From a43e7fe9cd22e92d33fe15f16549121bb403509b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 11 Jan 2002 19:41:39 +0000 Subject: [PATCH] Fixed alpha def. Modified comments. --- config/CONFIG_COMPAT | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/CONFIG_COMPAT b/config/CONFIG_COMPAT index d68d91ada..9e59a74c9 100644 --- a/config/CONFIG_COMPAT +++ b/config/CONFIG_COMPAT @@ -5,12 +5,13 @@ #Syntax: # ARCH_ = +#ARCH_solaris = solaris-sparc-gnu ARCH_solaris = solaris-sparc ARCH_sun4 = sun4-sparc ARCH_Linux = linux-x86 ARCH_WIN32 = win32-x86 ARCH_hp700 = hpux-m68k -ARCH_hp700 = osf-alpha +ARCH_alpha = osf-alpha ARCH_Borland = win32-x86-borland ifndef EPICS_HOST_ARCH @@ -24,13 +25,13 @@ endif HOST_ARCH := $(EPICS_HOST_ARCH) # Note: -# The EPICS_HOST_ARCH solaris-sparc-gnu is new for base release R3.14 +# The EPICS_HOST_ARCH solaris--gnu is new for base release R3.14 # so existing R3.13 applications, when HOST_ARCH is set to solaris and -# when built with R3.14, will look for base solaris-sparc directories -# and not solaris-sparc-gnu. If you plan to build R3.13 applications -# against a solaris-sparc-gnu built R3.14 base, you should set +# when built with R3.14, will look for base solaris- directories +# and not solaris--gnu. If you plan to build R3.13 applications +# against a solaris--gnu built R3.14 base, you should set # ANSI=GCC and CPLUSPLUS=G++ in base/config/CONFIG_SITE.Host.solaris -# and change ARCH_solaris=solaris-sparc to ARCH_solaris=solaris-sparc-gnu +# and change ARCH_solaris=solaris- to ARCH_solaris=solaris--gnu # in base/config/CONFIG_COMPAT.