Bug=82611
author=ashuk r=idk This fix enables BlackConnect to build on Solaris using Sun's Forte compilers. It checks for the CC compiler and links in an additional iostream library. git-svn-id: svn://10.0.0.236/trunk@95886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -45,5 +45,8 @@ DSO_LDOPTS += \
|
||||
$(NULL)
|
||||
|
||||
CXXFLAGS += -I$(JDKHOME)/include -I$(JDKHOME)/include/linux $(MOZ_TOOLKIT_REGISTRY_CFLAGS) -D_REENTRANT -DOJI_DISABLE -I$(CONNECT_SRC)/public
|
||||
ifeq ($(CCC),CC)
|
||||
CXXFLAGS += -library=iostream
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user