Modified locations of OPT and BUILD_CLASS defintions.

This commit is contained in:
Janet B. Anderson
2009-07-13 20:51:44 +00:00
parent 7651d3f5ac
commit 4848b0d1e1
3 changed files with 7 additions and 2 deletions

View File

@@ -10,3 +10,4 @@
# Include definitions common to all linux-x86_64 target archs
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
HOST_OPT=NO

View File

@@ -9,6 +9,8 @@
include $(CONFIG)/os/CONFIG.linux-x86_64.linux-x86_64
BUILD_CLASS=HOST
# Removes -O optimization and adds -g compile option
HOST_OPT=NO

View File

@@ -7,6 +7,8 @@
# 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
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
CROSS_OPT = NO
BUILD_CLASS=HOST
HOST_OPT = NO