Added BUILD_CLASS=HOST.

This commit is contained in:
Janet B. Anderson
2009-07-14 19:30:51 +00:00
parent 2b8055672d
commit 6219ab5059
3 changed files with 8 additions and 3 deletions
@@ -10,4 +10,6 @@
include $(CONFIG)/os/CONFIG.Common.cygwin-x86
include $(CONFIG)/os/CONFIG.cygwin-x86.cygwin-x86
CROSS_OPT = NO
BUILD_CLASS = HOST
HOST_OPT = NO
@@ -10,4 +10,5 @@
include $(CONFIG)/os/CONFIG.Common.win32-x86-cygwin
include $(CONFIG)/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin
CROSS_OPT=NO
BUILD_CLASS=HOST
HOST_OPT=NO
@@ -10,4 +10,6 @@
include $(CONFIG)/os/CONFIG.Common.win32-x86-mingw
include $(CONFIG)/os/CONFIG.win32-x86-mingw.win32-x86-mingw
CROSS_OPT=NO
BUILD_CLASS = HOST
HOST_OPT=NO