From e48d9579066410e1283c133ab91e718e9da4e33d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 15 Nov 2006 22:08:22 +0000 Subject: [PATCH] Initail version. --- config/CONFIG.Host.solaris-sparc64 | 18 ++++++++++++++++++ config/CONFIG_HOST_ARCH.solaris-sparc64 | 13 +++++++++++++ config/CONFIG_SITE.Host.solaris-sparc64 | 4 ++++ 3 files changed, 35 insertions(+) create mode 100644 config/CONFIG.Host.solaris-sparc64 create mode 100644 config/CONFIG_HOST_ARCH.solaris-sparc64 create mode 100644 config/CONFIG_SITE.Host.solaris-sparc64 diff --git a/config/CONFIG.Host.solaris-sparc64 b/config/CONFIG.Host.solaris-sparc64 new file mode 100644 index 000000000..818aa3907 --- /dev/null +++ b/config/CONFIG.Host.solaris-sparc64 @@ -0,0 +1,18 @@ +#************************************************************************* +# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# National Laboratory. +# Copyright (c) 2002 The Regents of the University of California, as +# Operator of Los Alamos National Laboratory. +# EPICS BASE Versions 3.13.7 +# and higher are distributed subject to a Software License Agreement found +# in file LICENSE that is included with this distribution. +#************************************************************************* +# $Id$ + +# solaris-sparc is the new name for solaris +-include $(EPICS_BASE)/config/CONFIG.Host.solaris + +ARCH_DEP_CFLAGS += -xtarget=ultra -xarch=v9 +ARCH_DEP_CXXFLAGS += -xtarget=ultra -xarch=v9 +ARCH_DEP_LDFLAGS += -xtarget=ultra -xarch=v9 + diff --git a/config/CONFIG_HOST_ARCH.solaris-sparc64 b/config/CONFIG_HOST_ARCH.solaris-sparc64 new file mode 100644 index 000000000..b92225be7 --- /dev/null +++ b/config/CONFIG_HOST_ARCH.solaris-sparc64 @@ -0,0 +1,13 @@ +#************************************************************************* +# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# National Laboratory. +# Copyright (c) 2002 The Regents of the University of California, as +# Operator of Los Alamos National Laboratory. +# EPICS BASE Versions 3.13.7 +# and higher are distributed subject to a Software License Agreement found +# in file LICENSE that is included with this distribution. +#************************************************************************* +# $Id$ + +# solaris-sparc is the new name for solaris +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris diff --git a/config/CONFIG_SITE.Host.solaris-sparc64 b/config/CONFIG_SITE.Host.solaris-sparc64 new file mode 100644 index 000000000..68e049e6d --- /dev/null +++ b/config/CONFIG_SITE.Host.solaris-sparc64 @@ -0,0 +1,4 @@ +# $Id$ + +# solaris-sparc is the new name for solaris +-include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris