From 533fe21e01fe395e3d8ca196cf5433f02f0e9479 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 30 Jul 2002 21:27:24 +0000 Subject: [PATCH] Added ARCH_solarisGnu and ARCH_cygwin32. --- config/CONFIG_COMPAT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/CONFIG_COMPAT b/config/CONFIG_COMPAT index 282dde32c..b7d17d87f 100644 --- a/config/CONFIG_COMPAT +++ b/config/CONFIG_COMPAT @@ -14,7 +14,7 @@ #Syntax: # ARCH_ = -#ARCH_solaris = solaris-sparc-gnu +ARCH_solarisGnu = solaris-sparc-gnu ARCH_solaris = solaris-sparc ARCH_sun4 = sun4-sparc ARCH_Linux = linux-x86 @@ -22,6 +22,7 @@ ARCH_WIN32 = win32-x86 ARCH_hp700 = hpux-m68k ARCH_alpha = osf-alpha ARCH_Borland = win32-x86-borland +ARCH_cygwin32 = win32-x86-cygwin ifndef EPICS_HOST_ARCH ifdef HOST_ARCH