From c823c637922082d55d054b21f0b0590582fdbb5b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 6 Jun 2007 18:22:13 +0000 Subject: [PATCH] Initial version. --- configure/os/CONFIG.Common.solaris-x86_64 | 15 +++++++++++++++ configure/os/CONFIG.solaris-x86_64,Common | 12 ++++++++++++ configure/os/CONFIG.solaris-x86_64.solaris-x86_64 | 11 +++++++++++ configure/os/CONFIG.solaris-x86c.solaris-x86_64 | 14 ++++++++++++++ configure/os/CONFIG_SITE.Common.solaris-x86_64 | 11 +++++++++++ 5 files changed, 63 insertions(+) create mode 100644 configure/os/CONFIG.Common.solaris-x86_64 create mode 100644 configure/os/CONFIG.solaris-x86_64,Common create mode 100644 configure/os/CONFIG.solaris-x86_64.solaris-x86_64 create mode 100644 configure/os/CONFIG.solaris-x86c.solaris-x86_64 create mode 100644 configure/os/CONFIG_SITE.Common.solaris-x86_64 diff --git a/configure/os/CONFIG.Common.solaris-x86_64 b/configure/os/CONFIG.Common.solaris-x86_64 new file mode 100644 index 000000000..cb3eb08a1 --- /dev/null +++ b/configure/os/CONFIG.Common.solaris-x86_64 @@ -0,0 +1,15 @@ +# CONFIG.Common.solaris-x86_64 +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-x86_64 compiler target archs +# Sites may override these definitions in CONFIG_SITE.Common.solaris-x86_64 +#------------------------------------------------------- + +# Include definitions common to all solaris-x86 target archs +include $(CONFIG)/os/CONFIG.Common.solaris-x86 + +ARCH_DEP_CFLAGS += -xarch=generic64 +ARCH_DEP_CXXFLAGS += -xarch=generic64 +ARCH_DEP_LDFLAGS += -xarch=generic64 diff --git a/configure/os/CONFIG.solaris-x86_64,Common b/configure/os/CONFIG.solaris-x86_64,Common new file mode 100644 index 000000000..42ec877cc --- /dev/null +++ b/configure/os/CONFIG.solaris-x86_64,Common @@ -0,0 +1,12 @@ +# CONFIG.solaris-x86_64.Common +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-x86_64 Sun compiler host builds +# Sites may override these definitions in CONFIG_SITE.solaris-x86_64.Common +#------------------------------------------------------- + +#Include definitions common to solaris-sparc hosts +include $(CONFIG)/os/CONFIG.solaris-x86.Common + diff --git a/configure/os/CONFIG.solaris-x86_64.solaris-x86_64 b/configure/os/CONFIG.solaris-x86_64.solaris-x86_64 new file mode 100644 index 000000000..21deb353d --- /dev/null +++ b/configure/os/CONFIG.solaris-x86_64.solaris-x86_64 @@ -0,0 +1,11 @@ +# CONFIG.solaris-x86_64.solaris-x86_64 +# +# $Id +# This file is maintained by the build community. +# +# Definitions for solaris-x86_64 Sun compiler host - solaris-x86_64 Sun compiler target builds +# Sites may override these definitions in CONFIG_SITE.solaris-x86_64.solaris-x86_64 +#------------------------------------------------------- + +# Include common gnu compiler definitions +include $(CONFIG)/os/CONFIG.solaris-x86.solaris-x86 diff --git a/configure/os/CONFIG.solaris-x86c.solaris-x86_64 b/configure/os/CONFIG.solaris-x86c.solaris-x86_64 new file mode 100644 index 000000000..1d88324f3 --- /dev/null +++ b/configure/os/CONFIG.solaris-x86c.solaris-x86_64 @@ -0,0 +1,14 @@ +# CONFIG.solaris-x86.solaris-x86_64 +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for solaris-x86 host - solaris-x86_64 target build with Sun compiler +# Sites may override these definitions in CONFIG_SITE.solaris-x86.solaris-x86_64 +#------------------------------------------------------- + +include $(CONFIG)/os/CONFIG.solaris-x86_64.solaris-x86_64 + +BUILD_CLASS = HOST + +GNU = NO diff --git a/configure/os/CONFIG_SITE.Common.solaris-x86_64 b/configure/os/CONFIG_SITE.Common.solaris-x86_64 new file mode 100644 index 000000000..5495f0692 --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.solaris-x86_64 @@ -0,0 +1,11 @@ +# CONFIG_SITE.Common.solaris-x86_64 +# +# $Id$ +# +# Site Specific definitions for solaris-x86_64 target +# Only the local epics system manager should modify this file + +# Include definitions common to all solaris-x86_64 target archs +include $(CONFIG)/os/CONFIG_SITE.Common.solaris-x86 + +COMMANDLINE_LIBRARY = EPICS