From 1e93d812ac171302399fca195694772517eca485 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 8 May 2003 21:58:07 +0000 Subject: [PATCH] Initial version --- configure/os/CONFIG_SITE.Common.solaris-sparc | 12 ++++++++++++ configure/os/CONFIG_SITE.Common.solaris-sparc-gnu | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 configure/os/CONFIG_SITE.Common.solaris-sparc create mode 100644 configure/os/CONFIG_SITE.Common.solaris-sparc-gnu diff --git a/configure/os/CONFIG_SITE.Common.solaris-sparc b/configure/os/CONFIG_SITE.Common.solaris-sparc new file mode 100644 index 000000000..a12a47d7e --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.solaris-sparc @@ -0,0 +1,12 @@ +# CONFIG_SITE.Common.solaris-sparc +# +# $Id$ +# +# Site Specific definitions for solaris-sparc target +# Only the local epics system manager should modify this file + +# If readline is installed uncomment the following macro definition +# to include command-line editing and history support +# +#COMMANDLINE_LIBRARY = READLINE + diff --git a/configure/os/CONFIG_SITE.Common.solaris-sparc-gnu b/configure/os/CONFIG_SITE.Common.solaris-sparc-gnu new file mode 100644 index 000000000..9adc0ad57 --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.solaris-sparc-gnu @@ -0,0 +1,10 @@ +# CONFIG_SITE.Common.solaris-sparc-gnu +# +# $Id$ +# +# Site Specific definitions for solaris-sparc-gnu target +# Only the local epics system manager should modify this file + +# Include definitions common to all solaris-sparc-gnu target archs +include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc +