From 9d435693ab4da0bf6535063b42f48d8a9c0f2cfc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Jul 2009 20:56:33 +0000 Subject: [PATCH] Added HOST_OPT and BUILD_CLASS definitions. --- configure/os/CONFIG.linux-x86-debug.linux-x86-debug | 2 ++ configure/os/CONFIG.linux-x86.linux-x86-debug | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug index f4ced3843..8ed9095fb 100644 --- a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug @@ -9,6 +9,8 @@ include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 +BUILD_CLASS=HOST + # Removes -O optimization and adds -g compile option HOST_OPT=NO diff --git a/configure/os/CONFIG.linux-x86.linux-x86-debug b/configure/os/CONFIG.linux-x86.linux-x86-debug index 1b9dd3a71..76ccdf463 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86.linux-x86-debug @@ -9,9 +9,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 +BUILD_CLASS=HOST +HOST_OPT=NO -CROSS_OPT=NO