From 6fc8ac3c91491f3b23e3c0c531895299a67e41ad Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 14 Jul 2009 20:17:24 +0000 Subject: [PATCH] Removed BUILD_CLASS def. --- configure/os/CONFIG.linux-x86-debug.linux-x86-debug | 2 -- configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug | 2 -- 2 files changed, 4 deletions(-) diff --git a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug index 8ed9095fb..f4ced3843 100644 --- a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug @@ -9,8 +9,6 @@ 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_64-debug.linux-x86_64-debug b/configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug index 4e2c6a1a5..2fadd4ae7 100644 --- a/configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug +++ b/configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug @@ -9,8 +9,6 @@ include $(CONFIG)/os/CONFIG.linux-x86_64.linux-x86_64 -BUILD_CLASS=HOST - # Removes -O optimization and adds -g compile option HOST_OPT=NO