Added BUILD_CLASS and HOST_OPT definitions.

This commit is contained in:
Janet B. Anderson
2009-07-13 21:00:44 +00:00
parent 9d435693ab
commit 1a5bd98408
3 changed files with 6 additions and 15 deletions

View File

@@ -10,10 +10,7 @@
include $(CONFIG)/os/CONFIG.Common.solaris-sparc64
include $(CONFIG)/os/CONFIG.solaris-sparc64.solaris-sparc64
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
BUILD_CLASS=HOST
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO
HOST_OPT=NO

View File

@@ -10,10 +10,7 @@
include $(CONFIG)/os/CONFIG.Common.solaris-x86
include $(CONFIG)/os/CONFIG.solaris-x86.solaris-x86
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
BUILD_CLASS=HOST
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO
HOST_OPT=NO

View File

@@ -10,10 +10,7 @@
include $(CONFIG)/os/CONFIG.Common.solaris-x86_64
include $(CONFIG)/os/CONFIG.solaris-x86_64.solaris-x86_64
#BUILD_CLASS = HOST
#HOST_OPT = NO
GNU = NO
BUILD_CLASS=HOST
# Removes -O optimization and adds -g compile option
CROSS_OPT=NO
HOST_OPT=NO