Added HOST_OPT and BUILD_CLASS definitions.

This commit is contained in:
Janet B. Anderson
2009-07-13 20:56:33 +00:00
parent 619d8aa541
commit 9d435693ab
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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