From 63a7e4c72a869a69ee27f15b3a86c5726af884d4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 3 Nov 2005 20:53:08 +0000 Subject: [PATCH] Initial version. --- configure/os/CONFIG.Common.solaris-sparc64-gnu | 18 ++++++++++++++++++ configure/os/CONFIG.solaris-sparc64-gnu.Common | 12 ++++++++++++ ...FIG.solaris-sparc64-gnu.solaris-sparc64-gnu | 12 ++++++++++++ .../os/CONFIG_SITE.Common.solaris-sparc64-gnu | 11 +++++++++++ 4 files changed, 53 insertions(+) create mode 100644 configure/os/CONFIG.Common.solaris-sparc64-gnu create mode 100644 configure/os/CONFIG.solaris-sparc64-gnu.Common create mode 100644 configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu create mode 100644 configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu diff --git a/configure/os/CONFIG.Common.solaris-sparc64-gnu b/configure/os/CONFIG.Common.solaris-sparc64-gnu new file mode 100644 index 000000000..c6f0c5233 --- /dev/null +++ b/configure/os/CONFIG.Common.solaris-sparc64-gnu @@ -0,0 +1,18 @@ +# CONFIG.Common.solaris-sparc64-gnu +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-sparc64 gnu compiler target archs +# Sites may override these definitions in CONFIG_SITE.Common.solaris-sparc64-gnu +#------------------------------------------------------- + +# Include definitions common to all solaris-sparc-gnu target archs +include $(CONFIG)/os/CONFIG.Common.solaris-sparc-gnu + +ARCH_DEP_CFLAGS += -mcpu=v9 -m64 +ARCH_DEP_CXXFLAGS += -mcpu=v9 -m64 +ARCH_DEP_LDFLAGS += -mcpu=v9 -m64 + + + diff --git a/configure/os/CONFIG.solaris-sparc64-gnu.Common b/configure/os/CONFIG.solaris-sparc64-gnu.Common new file mode 100644 index 000000000..8dba815bc --- /dev/null +++ b/configure/os/CONFIG.solaris-sparc64-gnu.Common @@ -0,0 +1,12 @@ +# CONFIG.solaris-sparc64-gnu.Common +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-sparc64 gnu compiler host builds +# Sites may override these definitions in CONFIG_SITE.solaris-sparc64-gnu.Common +#------------------------------------------------------- + +#Include definitions common to solaris-sparc-gnu hosts +include $(CONFIG)/os/CONFIG.solaris-sparc-gnu.Common + diff --git a/configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu b/configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu new file mode 100644 index 000000000..e92f92e0f --- /dev/null +++ b/configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu @@ -0,0 +1,12 @@ +# CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-sparc64 gnu compiler host - solaris-sparc64 gnu compiler target builds +# Sites may override these definitions in CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu +#------------------------------------------------------- + +# Include common solaris-sparc-gnu definitions +include $(CONFIG)/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu + diff --git a/configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu b/configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu new file mode 100644 index 000000000..f13b0a8ab --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu @@ -0,0 +1,11 @@ +# CONFIG_SITE.Common.solaris-sparc64-gnu +# +# $Id$ +# +# Site Specific definitions for solaris-sparc64-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-gnu + +COMMANDLINE_LIBRARY = EPICS