Added HOST_OPT=NO

This commit is contained in:
Janet B. Anderson
2009-05-06 15:31:09 +00:00
parent 9747ef7bd6
commit 7adda5d417
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -10,3 +10,5 @@
# Include definitions common to all solaris-sparc target archs
include $(CONFIG)/os/CONFIG.Common.solaris-sparc
# Removes -O optimization and adds -g compile option
HOST_OPT=NO