Initial version.
This commit is contained in:
18
configure/os/CONFIG.Common.solaris-sparc64-gnu
Normal file
18
configure/os/CONFIG.Common.solaris-sparc64-gnu
Normal file
@@ -0,0 +1,18 @@
|
||||
# CONFIG.Common.solaris-sparc64-gnu
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for solaris-sparc64 gnu compiler target archs
|
||||
# Sites may override these definitions in CONFIG_SITE.Common.solaris-sparc64-gnu
|
||||
#-------------------------------------------------------
|
||||
|
||||
# Include definitions common to all solaris-sparc-gnu target archs
|
||||
include $(CONFIG)/os/CONFIG.Common.solaris-sparc-gnu
|
||||
|
||||
ARCH_DEP_CFLAGS += -mcpu=v9 -m64
|
||||
ARCH_DEP_CXXFLAGS += -mcpu=v9 -m64
|
||||
ARCH_DEP_LDFLAGS += -mcpu=v9 -m64
|
||||
|
||||
|
||||
|
||||
12
configure/os/CONFIG.solaris-sparc64-gnu.Common
Normal file
12
configure/os/CONFIG.solaris-sparc64-gnu.Common
Normal file
@@ -0,0 +1,12 @@
|
||||
# CONFIG.solaris-sparc64-gnu.Common
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for solaris-sparc64 gnu compiler host builds
|
||||
# Sites may override these definitions in CONFIG_SITE.solaris-sparc64-gnu.Common
|
||||
#-------------------------------------------------------
|
||||
|
||||
#Include definitions common to solaris-sparc-gnu hosts
|
||||
include $(CONFIG)/os/CONFIG.solaris-sparc-gnu.Common
|
||||
|
||||
12
configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu
Normal file
12
configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu
Normal file
@@ -0,0 +1,12 @@
|
||||
# CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for solaris-sparc64 gnu compiler host - solaris-sparc64 gnu compiler target builds
|
||||
# Sites may override these definitions in CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu
|
||||
#-------------------------------------------------------
|
||||
|
||||
# Include common solaris-sparc-gnu definitions
|
||||
include $(CONFIG)/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu
|
||||
|
||||
11
configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu
Normal file
11
configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu
Normal file
@@ -0,0 +1,11 @@
|
||||
# CONFIG_SITE.Common.solaris-sparc64-gnu
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Site Specific definitions for solaris-sparc64-gnu target
|
||||
# Only the local epics system manager should modify this file
|
||||
|
||||
# Include definitions common to all solaris-sparc-gnu target archs
|
||||
include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc-gnu
|
||||
|
||||
COMMANDLINE_LIBRARY = EPICS
|
||||
Reference in New Issue
Block a user