Initial version.

This commit is contained in:
Janet B. Anderson
2004-01-14 19:40:25 +00:00
parent 448343bef8
commit 409aa721b9
3 changed files with 45 additions and 0 deletions

View 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=

View 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=

View 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