From 09f7170ec82d86b21867893e958407b325942871 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 7 Jan 2002 21:35:38 +0000 Subject: [PATCH] Added compatability config files. --- config/CONFIG.Host.hpux-m68k | 4 ++++ config/CONFIG.Host.osf-alpha | 4 ++++ config/CONFIG.Host.sun4-sparc | 4 ++++ config/CONFIG_HOST_ARCH.hpux-m68k | 4 ++++ config/CONFIG_HOST_ARCH.osf-alpha | 4 ++++ config/CONFIG_HOST_ARCH.sun4-sparc | 4 ++++ config/CONFIG_SITE.Host.hpux-m68k | 4 ++++ 7 files changed, 28 insertions(+) create mode 100644 config/CONFIG.Host.hpux-m68k create mode 100644 config/CONFIG.Host.osf-alpha create mode 100644 config/CONFIG.Host.sun4-sparc create mode 100644 config/CONFIG_HOST_ARCH.hpux-m68k create mode 100644 config/CONFIG_HOST_ARCH.osf-alpha create mode 100644 config/CONFIG_HOST_ARCH.sun4-sparc create mode 100644 config/CONFIG_SITE.Host.hpux-m68k diff --git a/config/CONFIG.Host.hpux-m68k b/config/CONFIG.Host.hpux-m68k new file mode 100644 index 000000000..1b7e094dd --- /dev/null +++ b/config/CONFIG.Host.hpux-m68k @@ -0,0 +1,4 @@ +# $Id$ + +# hpux-m68k is the new name for hp700 +-include $(EPICS_BASE)/config/CONFIG.Host.hp700 diff --git a/config/CONFIG.Host.osf-alpha b/config/CONFIG.Host.osf-alpha new file mode 100644 index 000000000..b72c83d11 --- /dev/null +++ b/config/CONFIG.Host.osf-alpha @@ -0,0 +1,4 @@ +# $Id$ + +# osf-alpha is the new name for alpha +-include $(EPICS_BASE)/config/CONFIG.Host.alpha diff --git a/config/CONFIG.Host.sun4-sparc b/config/CONFIG.Host.sun4-sparc new file mode 100644 index 000000000..b13d59afa --- /dev/null +++ b/config/CONFIG.Host.sun4-sparc @@ -0,0 +1,4 @@ +# $Id$ + +# sun4-sparc is the new name for sun4 +-include $(EPICS_BASE)/config/CONFIG.Host.sun4 diff --git a/config/CONFIG_HOST_ARCH.hpux-m68k b/config/CONFIG_HOST_ARCH.hpux-m68k new file mode 100644 index 000000000..277a2d38a --- /dev/null +++ b/config/CONFIG_HOST_ARCH.hpux-m68k @@ -0,0 +1,4 @@ +# $Id$ + +# hpux-m68k is the new name for hp700 +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.hp700 diff --git a/config/CONFIG_HOST_ARCH.osf-alpha b/config/CONFIG_HOST_ARCH.osf-alpha new file mode 100644 index 000000000..c1020918c --- /dev/null +++ b/config/CONFIG_HOST_ARCH.osf-alpha @@ -0,0 +1,4 @@ +# $Id$ + +# osf-alpha is the new name for alpha +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.alpha diff --git a/config/CONFIG_HOST_ARCH.sun4-sparc b/config/CONFIG_HOST_ARCH.sun4-sparc new file mode 100644 index 000000000..c77e2b236 --- /dev/null +++ b/config/CONFIG_HOST_ARCH.sun4-sparc @@ -0,0 +1,4 @@ +# $Id$ + +# sun4-sparc is the new name for sun4 +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.sun4 diff --git a/config/CONFIG_SITE.Host.hpux-m68k b/config/CONFIG_SITE.Host.hpux-m68k new file mode 100644 index 000000000..f0c8cd1d9 --- /dev/null +++ b/config/CONFIG_SITE.Host.hpux-m68k @@ -0,0 +1,4 @@ +# $Id$ + +# hpux-m68k is the new name for hp700 +-include $(EPICS_BASE)/config/CONFIG_SITE.Host.hp700