From 7651d3f5ac8da9bcd79f18fe5a5f0b2fb0c22088 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Jul 2009 20:31:45 +0000 Subject: [PATCH] Simplified cross debug build macro definitions. --- configure/os/CONFIG.darwin-ppc.darwin-ppc-debug | 7 ++----- configure/os/CONFIG.darwin-x86.darwin-x86-debug | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug index e9202cafe..fe907aa46 100644 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug @@ -10,8 +10,5 @@ -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 +BUILD_CLASS=HOST +HOST_OPT = NO diff --git a/configure/os/CONFIG.darwin-x86.darwin-x86-debug b/configure/os/CONFIG.darwin-x86.darwin-x86-debug index cded9f21b..653036dfc 100644 --- a/configure/os/CONFIG.darwin-x86.darwin-x86-debug +++ b/configure/os/CONFIG.darwin-x86.darwin-x86-debug @@ -10,8 +10,5 @@ -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 +BUILD_CLASS=HOST +HOST_OPT = NO