Initial version.
This commit is contained in:
15
configure/os/CONFIG.Common.solaris-sparc64
Normal file
15
configure/os/CONFIG.Common.solaris-sparc64
Normal 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
|
||||
11
configure/os/CONFIG.solaris-sparc.solaris-sparc64
Normal file
11
configure/os/CONFIG.solaris-sparc.solaris-sparc64
Normal 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
|
||||
|
||||
12
configure/os/CONFIG.solaris-sparc64.Common
Normal file
12
configure/os/CONFIG.solaris-sparc64.Common
Normal 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
|
||||
|
||||
11
configure/os/CONFIG.solaris-sparc64.solaris-sparc64
Normal file
11
configure/os/CONFIG.solaris-sparc64.solaris-sparc64
Normal 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
|
||||
10
configure/os/CONFIG_SITE.Common.solaris-sparc64
Normal file
10
configure/os/CONFIG_SITE.Common.solaris-sparc64
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user