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