Remove HP specific stanza. It is not needed and causes 11.00 tinderbox bustage

git-svn-id: svn://10.0.0.236/trunk@67007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
2000-04-25 01:10:28 +00:00
parent abb7463552
commit d89086daa8
2 changed files with 0 additions and 24 deletions

View File

@@ -122,18 +122,6 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
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.