зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
adf82b7cf1
Коммит
1a53045b00
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче