on HP... libraptorhtmlpars.sl HAS to be linked with aCC so we will

special case it until we can get all of seamonkey to link with aCC
(currently libgfx_gtk.sl won't link with aCC)
This commit is contained in:
jdunn%netscape.com 1999-09-10 23:19:09 +00:00
Родитель adf82b7cf1
Коммит 1a53045b00
2 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -111,6 +111,17 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
# Currently on HP, we need this sl to be linked using aCC to call the
# global constructs for the CTagList. Unfortunately if we turn on CXX
# linking for all .sl's there is a problem with gfx
ifeq ($(OS_ARCH),HP-UX)
ifneq (,$(filter aCC,$(CXX)))
DSO_LDOPTS = -b -Wl,-E -Wl,+s -L$(DIST)/bin
MKSHLIB = $(CXX) $(DSO_LDOPTS)
endif
endif
DEFINES += -D_IMPL_NS_HTMLPARS -DXML_DTD
INCLUDES += -I.

Просмотреть файл

@ -111,6 +111,17 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
# Currently on HP, we need this sl to be linked using aCC to call the
# global constructs for the CTagList. Unfortunately if we turn on CXX
# linking for all .sl's there is a problem with gfx
ifeq ($(OS_ARCH),HP-UX)
ifneq (,$(filter aCC,$(CXX)))
DSO_LDOPTS = -b -Wl,-E -Wl,+s -L$(DIST)/bin
MKSHLIB = $(CXX) $(DSO_LDOPTS)
endif
endif
DEFINES += -D_IMPL_NS_HTMLPARS -DXML_DTD
INCLUDES += -I.