Initial version.
This commit is contained in:
16
configure/os/CONFIG.linux-x86.linux-x86-debug
Normal file
16
configure/os/CONFIG.linux-x86.linux-x86-debug
Normal file
@@ -0,0 +1,16 @@
|
||||
# CONFIG.linux-x86-debug.linux-x86-debug
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for linux-x86 host - linux-x86-debug target build with debug compiler flags
|
||||
# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-x86-debug
|
||||
#-------------------------------------------------------
|
||||
|
||||
include $(CONFIG)/os/CONFIG.linux-x86-debug.linux-x86-debug
|
||||
|
||||
BUILD_CLASS = HOST
|
||||
|
||||
CMPLR_SUFFIX=
|
||||
CMPLR_PREFIX=
|
||||
|
||||
18
configure/os/CONFIG.solaris-sparc.solaris-sparc-debug
Normal file
18
configure/os/CONFIG.solaris-sparc.solaris-sparc-debug
Normal file
@@ -0,0 +1,18 @@
|
||||
# CONFIG.solaris-sparc-debug.solaris-sparc-debug
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for solaris-sparc host - solaris-sparc target build with debug compiler flags
|
||||
# Sites may override these definitions in CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug
|
||||
#-------------------------------------------------------
|
||||
|
||||
include $(CONFIG)/os/CONFIG.solaris-sparc.solaris-sparc
|
||||
|
||||
BUILD_CLASS = HOST
|
||||
|
||||
GNU = NO
|
||||
|
||||
CMPLR_SUFFIX=
|
||||
CMPLR_PREFIX=
|
||||
|
||||
11
configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu
Normal file
11
configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu
Normal file
@@ -0,0 +1,11 @@
|
||||
# CONFIG.solaris-sparc.solaris-sparc-gnu
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for solaris-sparc host - solaris-sparc-gnu target build with gnu compiler
|
||||
# Sites may override these definitions in CONFIG_SITE.solaris-sparc.solaris-sparc-gnu
|
||||
#-------------------------------------------------------
|
||||
|
||||
include $(CONFIG)/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu
|
||||
|
||||
Reference in New Issue
Block a user