From a14939001536f74afe66bcda93afa9fcda0b7476 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 22 Sep 2008 15:13:14 +0000 Subject: [PATCH] Added files for debug cross builds. --- configure/os/CONFIG.Common.linux-x86_64-debug | 1 - configure/os/CONFIG.Common.vxWorks-486-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-68040lc-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-68060-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-mpc8540-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-pentium-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-ppc603-debug | 14 ++++++++++++++ .../CONFIG.Common.vxWorks-ppc603_long-debug | 14 ++++++++++++++ .../os/CONFIG.Common.vxWorks-ppc604-debug | 14 ++++++++++++++ ...CONFIG.Common.vxWorks-ppc604_altivec-debug | 14 ++++++++++++++ .../CONFIG.Common.vxWorks-ppc604_long-debug | 14 ++++++++++++++ .../os/CONFIG.cygwin-x86.cygwin-x86-debug | 13 +++++++++++++ .../os/CONFIG.darwin-ppc.darwin-ppc-debug | 17 +++++++++++++++++ .../os/CONFIG.darwin-x86.darwin-x86-debug | 17 +++++++++++++++++ configure/os/CONFIG.linux-x86.linux-x86-debug | 1 + .../os/CONFIG.linux-x86_64.linux-x86_64-debug | 5 +++-- .../CONFIG.solaris-sparc.solaris-sparc-debug | 5 +++-- ...NFIG.solaris-sparc64.solaris-sparc64-debug | 19 +++++++++++++++++++ .../os/CONFIG.solaris-x86.solaris-x86-debug | 19 +++++++++++++++++++ ...CONFIG.solaris-x86_64.solaris-x86_64-debug | 19 +++++++++++++++++++ ...IG.win32-x86-cygwin.win32-x86-cygwin-debug | 13 +++++++++++++ ...NFIG.win32-x86-mingw.win32-x86-mingw-debug | 13 +++++++++++++ configure/os/CONFIG.win32-x86.win32-x86-debug | 15 +++++++++++++++ 23 files changed, 292 insertions(+), 5 deletions(-) create mode 100644 configure/os/CONFIG.Common.vxWorks-486-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-68040lc-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-68060-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-mpc8540-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-pentium-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc603-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc603_long-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc604-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc604_long-debug create mode 100644 configure/os/CONFIG.cygwin-x86.cygwin-x86-debug create mode 100644 configure/os/CONFIG.darwin-ppc.darwin-ppc-debug create mode 100644 configure/os/CONFIG.darwin-x86.darwin-x86-debug create mode 100644 configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug create mode 100644 configure/os/CONFIG.solaris-x86.solaris-x86-debug create mode 100644 configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug create mode 100644 configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug create mode 100644 configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug create mode 100644 configure/os/CONFIG.win32-x86.win32-x86-debug diff --git a/configure/os/CONFIG.Common.linux-x86_64-debug b/configure/os/CONFIG.Common.linux-x86_64-debug index 32f8aaa36..588c2fb3e 100644 --- a/configure/os/CONFIG.Common.linux-x86_64-debug +++ b/configure/os/CONFIG.Common.linux-x86_64-debug @@ -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 diff --git a/configure/os/CONFIG.Common.vxWorks-486-debug b/configure/os/CONFIG.Common.vxWorks-486-debug new file mode 100644 index 000000000..8de3e45ab --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-486-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-68040lc-debug b/configure/os/CONFIG.Common.vxWorks-68040lc-debug new file mode 100644 index 000000000..b181d5d28 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-68040lc-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-68060-debug b/configure/os/CONFIG.Common.vxWorks-68060-debug new file mode 100644 index 000000000..5c8aa9264 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-68060-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-mpc8540-debug b/configure/os/CONFIG.Common.vxWorks-mpc8540-debug new file mode 100644 index 000000000..c33fcfea1 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-mpc8540-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-pentium-debug b/configure/os/CONFIG.Common.vxWorks-pentium-debug new file mode 100644 index 000000000..b4d70b540 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-pentium-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc603-debug b/configure/os/CONFIG.Common.vxWorks-ppc603-debug new file mode 100644 index 000000000..726181d00 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc603-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc603_long-debug b/configure/os/CONFIG.Common.vxWorks-ppc603_long-debug new file mode 100644 index 000000000..5522d4d71 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc603_long-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604-debug b/configure/os/CONFIG.Common.vxWorks-ppc604-debug new file mode 100644 index 000000000..4ec819399 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc604-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug b/configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug new file mode 100644 index 000000000..20c6c2899 --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug @@ -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 + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604_long-debug b/configure/os/CONFIG.Common.vxWorks-ppc604_long-debug new file mode 100644 index 000000000..f3d0409fa --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc604_long-debug @@ -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 + diff --git a/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug b/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug new file mode 100644 index 000000000..bbb8c7aec --- /dev/null +++ b/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug @@ -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 diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug new file mode 100644 index 000000000..9890c1916 --- /dev/null +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug @@ -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 diff --git a/configure/os/CONFIG.darwin-x86.darwin-x86-debug b/configure/os/CONFIG.darwin-x86.darwin-x86-debug new file mode 100644 index 000000000..580a0db88 --- /dev/null +++ b/configure/os/CONFIG.darwin-x86.darwin-x86-debug @@ -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 diff --git a/configure/os/CONFIG.linux-x86.linux-x86-debug b/configure/os/CONFIG.linux-x86.linux-x86-debug index cad9189c9..1b9dd3a71 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86.linux-x86-debug @@ -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 diff --git a/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug b/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug index 9b5585d87..b97e6bd57 100644 --- a/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug +++ b/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug @@ -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 diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug b/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug index 73b56b813..3fe50c90f 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug @@ -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 diff --git a/configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug b/configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug new file mode 100644 index 000000000..c739c6cbf --- /dev/null +++ b/configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug @@ -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 diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86-debug b/configure/os/CONFIG.solaris-x86.solaris-x86-debug new file mode 100644 index 000000000..14fc6b71e --- /dev/null +++ b/configure/os/CONFIG.solaris-x86.solaris-x86-debug @@ -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 diff --git a/configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug b/configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug new file mode 100644 index 000000000..998e916c1 --- /dev/null +++ b/configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug @@ -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 diff --git a/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug b/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug new file mode 100644 index 000000000..7242c09ad --- /dev/null +++ b/configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug @@ -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 diff --git a/configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug b/configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug new file mode 100644 index 000000000..f8a346ae6 --- /dev/null +++ b/configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug @@ -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 diff --git a/configure/os/CONFIG.win32-x86.win32-x86-debug b/configure/os/CONFIG.win32-x86.win32-x86-debug new file mode 100644 index 000000000..9144fe089 --- /dev/null +++ b/configure/os/CONFIG.win32-x86.win32-x86-debug @@ -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