Initial version.

This commit is contained in:
Janet B. Anderson
2007-06-06 18:22:13 +00:00
parent 643db2e417
commit c823c63792
5 changed files with 63 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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