Added files for debug cross builds.

This commit is contained in:
Janet B. Anderson
2008-09-22 15:13:14 +00:00
parent 2bf9959e11
commit a149390015
23 changed files with 292 additions and 5 deletions

View File

@@ -10,4 +10,3 @@
# Include definitions common to all linux-x86_64 target archs
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
CROSS_OPT=NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-486-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-486-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-486-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-486
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-68040lc-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-68040lc-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-68040lc-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-68040lc
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-68060-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-68060-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-68060-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-68060
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-mpc8540-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-mpc8540-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-mpc8540-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-mpc8540
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-pentium-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-pentium-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-pentium-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-pentium
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-ppc603-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc603-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc603-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc603
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-ppc603_long-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc603_long-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc603_long-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc603_long
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-ppc604-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc604-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc604-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc604
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-ppc604_altivec-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc604_altivec-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc604_altivec-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc604_altivec
CROSS_OPT = NO

View File

@@ -0,0 +1,14 @@
# CONFIG.Common.vxWorks-ppc604_long-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for vxWorks-ppc604_long-debug target archs
# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc604_long-debug
#-------------------------------------------------------
# Include definitions common to all vxWorks archs
include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc604_long
CROSS_OPT = NO

View File

@@ -0,0 +1,13 @@
# CONFIG.cygwin-x86.cygwin-x86-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for cygwin-x86 host - cygwin-x86-debug target build
# Sites may override these definitions in CONFIG_SITE.cygwin-x86.cygwin-x86-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.cygwin-x86
include $(CONFIG)/os/CONFIG.cygwin-x86.cygwin-x86
CROSS_OPT = NO

View File

@@ -0,0 +1,17 @@
# CONFIG.darwin-ppc.darwin-ppc-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for darwin-ppc host - darwin-ppc-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.darwin-ppc.darwin-ppc-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.darwin-ppc
include $(CONFIG)/os/CONFIG.darwin-ppc.darwin-ppc
# This will cause build failure when used with make -j option
#BUILD_CLASS = HOST
#HOST_OPT = NO
CROSS_OPT=NO

View File

@@ -0,0 +1,17 @@
# CONFIG.darwin-x86.darwin-x86-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for darwin-x86 host - darwin-x86-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.darwin-x86.darwin-x86-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.darwin-x86
include $(CONFIG)/os/CONFIG.darwin-x86.darwin-x86
# This will cause build failure when used with make -j option
#BUILD_CLASS = HOST
#HOST_OPT = NO
CROSS_OPT=NO

View File

@@ -12,5 +12,6 @@ include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
# This will cause build failure when used with make -j option
# See base/src/bpt MAKEBPT
#BUILD_CLASS = HOST
#HOST_OPT = NO
CROSS_OPT=NO

View File

@@ -3,9 +3,10 @@
# $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
# Definitions for linux-x86_64 host - linux-x86_64-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.linux-x86_64.linux-x86_64-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.linux-x86_64.linux-x86_64
CROSS_OPT = NO

View File

@@ -9,9 +9,10 @@
include $(CONFIG)/os/CONFIG.solaris-sparc.solaris-sparc
BUILD_CLASS = HOST
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
# Removes -O optimization and adds -g compile option
HOST_OPT=NO
CROSS_OPT=NO

View File

@@ -0,0 +1,19 @@
# CONFIG.solaris-sparc64.solaris-sparc64-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-sparc64 host - solaris-sparc64-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.solaris-sparc64.solaris-sparc64-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.solaris-sparc64
include $(CONFIG)/os/CONFIG.solaris-sparc64.solaris-sparc64
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO

View File

@@ -0,0 +1,19 @@
# CONFIG.solaris-x86.solaris-x86-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-x86 host - solaris-x86-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.solaris-x86.solaris-x86-debug
#-------------------------------------------------------
include $(CONFIG)/os/Common.solaris-x86
include $(CONFIG)/os/CONFIG.solaris-x86.solaris-x86
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO

View File

@@ -0,0 +1,19 @@
# CONFIG.solaris-x86_64.solaris-x86_64-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for solaris-x86_64 host - solaris-x86_64-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.solaris-x86_64.solaris-x86_64-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.solaris-x86_64
include $(CONFIG)/os/CONFIG.solaris-x86_64.solaris-x86_64
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO

View File

@@ -0,0 +1,13 @@
# CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for win32-x86-cygwin compiler host - win32-x86-cygwin debug compiler target builds
# Sites may override these definitions in CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.win32-x86-cygwin
include $(CONFIG)/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin
CROSS_OPT=NO

View File

@@ -0,0 +1,13 @@
# CONFIG.win32-x86-mingw.win32-x86-mingw-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for win32-x86-mingw compiler host - win32-x86-mingw debug compiler target builds
# Sites may override these definitions in CONFIG_SITE.win32-x86-mingw.win32-x86-mingw-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.win32-x86-mingw
include $(CONFIG)/os/CONFIG.win32-x86-mingw.win32-x86-mingw
CROSS_OPT=NO

View File

@@ -0,0 +1,15 @@
# CONFIG.win32-x86.win32-x86-debug
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for win32-x86 host - win32-x86-debug target build
# Sites may override these definitions in CONFIG_SITE.win32-x86.win32-x86-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.Common.win32-x86
include $(CONFIG)/os/CONFIG.win32-x86.win32-x86
GNU = NO
CROSS_OPT = NO