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 +