Moved -mt option to COMPILER_CPPFLAGS.

This commit is contained in:
Janet B. Anderson
2004-02-10 22:03:24 +00:00
parent 6cda511ed8
commit 2bfe077968
2 changed files with 9 additions and 1 deletions

View File

@@ -11,9 +11,10 @@
include $(CONFIG)/os/CONFIG.Common.solaris-sparc
# CONFIG.Common.solaris-sparc
CODE_CPPFLAGS = -D__EXTENSIONS__
COMPILER_CPPFLAGS =
OP_SYS_LDLIBS_8 = -lc
OP_SYS_LDLIBS_9 = -lc
OP_SYS_LDFLAGS += -R$(GNU_LIB) -L$(GNU_LIB)

View File

@@ -10,3 +10,10 @@
# Include definitions common to all solaris-x86 target archs
include $(CONFIG)/os/CONFIG.Common.solaris-x86
COMPILER_CPPFLAGS =
OP_SYS_LDLIBS_8 = -lc
OP_SYS_LDLIBS_9 = -lc
OP_SYS_LDFLAGS += -R$(GNU_LIB) -L$(GNU_LIB)