Initial version.

This commit is contained in:
Janet B. Anderson
2005-10-28 18:22:04 +00:00
parent 728794a306
commit eea13fb653
5 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# CONFIG.Common.solaris-sparc64
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-sparc64 compiler target archs
# Sites may override these definitions in CONFIG_SITE.Common.solaris-sparc64
#-------------------------------------------------------
# Include definitions common to all solaris-sparc target archs
include $(CONFIG)/os/CONFIG.Common.solaris-sparc
ARCH_DEP_CFLAGS += -xtarget=ultra -xarch=v9
ARCH_DEP_CXXFLAGS += -xtarget=ultra -xarch=v9
ARCH_DEP_LDFLAGS += -xtarget=ultra -xarch=v9

View File

@@ -0,0 +1,11 @@
# CONFIG.solaris-sparc.solaris-sparc64
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-sparc host - solaris-sparc64 target build with Sun compiler
# Sites may override these definitions in CONFIG_SITE.solaris-sparc.solaris-sparc64
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.solaris-sparc64.solaris-sparc64

View File

@@ -0,0 +1,12 @@
# CONFIG.solaris-sparc64.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-sparc Sun compiler host builds
# Sites may override these definitions in CONFIG_SITE.solaris-sparc64.Common
#-------------------------------------------------------
#Include definitions common to solaris-sparc hosts
include $(CONFIG)/os/CONFIG.solaris-sparc.Common

View File

@@ -0,0 +1,11 @@
# CONFIG.solaris-sparc64.solaris-sparc64
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-sparc Sun compiler host - solaris-sparc Sun compiler target builds
# Sites may override these definitions in CONFIG_SITE.solaris-sparc64.solaris-sparc64
#-------------------------------------------------------
# Include common gnu compiler definitions
include $(CONFIG)/os/CONFIG.solaris-sparc.solaris-sparc

View File

@@ -0,0 +1,10 @@
# CONFIG_SITE.Common.solaris-sparc64
#
# $Id$
#
# Site Specific definitions for solaris-sparc64 target
# Only the local epics system manager should modify this file
# Include definitions common to all solaris-sparc64 target archs
include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc