From 6efd4be2222d4c07f69d7ba3cd8f892d1b65ba28 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 19 Apr 2011 15:02:47 -0500 Subject: [PATCH] configure: Added vxWorks-ppc32-debug and vxWorks-ppc32sf-debug archs. --- configure/os/CONFIG.Common.vxWorks-ppc32-debug | 14 ++++++++++++++ configure/os/CONFIG.Common.vxWorks-ppc32sf-debug | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc32-debug create mode 100644 configure/os/CONFIG.Common.vxWorks-ppc32sf-debug diff --git a/configure/os/CONFIG.Common.vxWorks-ppc32-debug b/configure/os/CONFIG.Common.vxWorks-ppc32-debug new file mode 100644 index 000000000..bb46c7aba --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc32-debug @@ -0,0 +1,14 @@ +# CONFIG.Common.vxWorks-ppc32-debug +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for vxWorks-ppc32-debug target archs +# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc32-debug +#------------------------------------------------------- + +# Include definitions common to all vxWorks archs +include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc32 + +CROSS_OPT = NO + diff --git a/configure/os/CONFIG.Common.vxWorks-ppc32sf-debug b/configure/os/CONFIG.Common.vxWorks-ppc32sf-debug new file mode 100644 index 000000000..dd2a350bb --- /dev/null +++ b/configure/os/CONFIG.Common.vxWorks-ppc32sf-debug @@ -0,0 +1,14 @@ +# CONFIG.Common.vxWorks-ppc32sf-debug +# +# $Revision-Id$ +# This file is maintained by the build community. +# +# Definitions for vxWorks-ppc32sf-debug target archs +# Sites may override these definitions in CONFIG_SITE.Common.vxWorks-ppc32sf-debug +#------------------------------------------------------- + +# Include definitions common to all vxWorks archs +include $(CONFIG)/os/CONFIG.Common.vxWorks-ppc32sf + +CROSS_OPT = NO +