Simplified cross debug build macro definitions.

This commit is contained in:
Janet B. Anderson
2009-07-13 20:31:45 +00:00
parent f5e287ae39
commit 7651d3f5ac
2 changed files with 4 additions and 10 deletions

View File

@@ -10,8 +10,5 @@
-include $(CONFIG)/os/CONFIG.Common.darwin-ppc
-include $(CONFIG)/os/CONFIG.darwin-ppc.darwin-ppc
# This will cause build failure when used with make -j option
#BUILD_CLASS = HOST
#HOST_OPT = NO
CROSS_OPT=NO
BUILD_CLASS=HOST
HOST_OPT = NO

View File

@@ -10,8 +10,5 @@
-include $(CONFIG)/os/CONFIG.Common.darwin-x86
-include $(CONFIG)/os/CONFIG.darwin-x86.darwin-x86
# This will cause build failure when used with make -j option
#BUILD_CLASS = HOST
#HOST_OPT = NO
CROSS_OPT=NO
BUILD_CLASS=HOST
HOST_OPT = NO