mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Remove nonworking IRIX compile segments; these should be in IRIX.mk anyway, if they're really needed
This commit is contained in:
parent
d2e881143e
commit
7c915be525
@ -32,13 +32,6 @@ CPPSRCS=nsDOMFactory.cpp nsHTMLTagsEnums.cpp
|
||||
INCLUDES += -I$(PUBLIC)/xpcom -I$(PUBLIC)/raptor \
|
||||
-I$(PUBLIC)/dom -I$(PUBLIC)/js -I../base -I$(PUBLIC)/jsurl
|
||||
|
||||
ifeq ($(OS_ARCH),IRIX)
|
||||
LD = $(CCC)
|
||||
LD_ALL = -all
|
||||
LD_NONE = -none
|
||||
endif
|
||||
|
||||
|
||||
#
|
||||
# Rhapsody is using a more-portable way of specifying
|
||||
# the link line, Linux and other OS's probably want
|
||||
|
@ -33,12 +33,6 @@ EXPORTS=nsLayoutCID.h
|
||||
|
||||
INCLUDES += -I../html/base/src
|
||||
|
||||
ifeq ($(OS_ARCH),IRIX)
|
||||
LD = $(CCC)
|
||||
LD_ALL = -all
|
||||
LD_NONE = -none
|
||||
endif
|
||||
|
||||
#
|
||||
# Rhapsody is using a more-portable way of specifying
|
||||
# the link line, Linux and other OS's probably want
|
||||
|
@ -29,12 +29,6 @@ INCLUDES+= -I../xpwidgets -I../motif -I.
|
||||
|
||||
CPPSRCS=dlldeps.cpp nsWidgetSupport.cpp nsMotifWidgetFactory.cpp
|
||||
|
||||
ifeq ($(OS_ARCH),IRIX)
|
||||
LD = $(CCC)
|
||||
LD_ALL = -all
|
||||
LD_NONE = -none
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS+=\
|
||||
$(DIST)/lib/libraptorwidgetunix_s.a \
|
||||
$(DIST)/lib/libraptorbasewidget_s.a \
|
||||
|
Loading…
Reference in New Issue
Block a user