зеркало из https://github.com/mozilla/gecko-dev.git
Changes over the weekend broke the IRIX build by removing the LD_ALL
and LD_NONE directives which enable the linker to combine dynamic and static objects. This puts them back.
This commit is contained in:
Родитель
a76743f8e4
Коммит
cd37fd933a
|
@ -46,6 +46,7 @@ BASE_DSO_FLAGS = -lgmbasemotif
|
|||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(LD_ALL) \
|
||||
-L$(DIST)/lib \
|
||||
-ljsdombase_s \
|
||||
-ljsdomcore_s \
|
||||
|
@ -53,6 +54,7 @@ EXTRA_DSO_LDOPTS = \
|
|||
-ljsdomhtml_s \
|
||||
-ljsdomcss_s \
|
||||
-ljsurl \
|
||||
$(LD_NONE) \
|
||||
-L$(DIST)/bin \
|
||||
-lraptorbase \
|
||||
-lraptorgfx \
|
||||
|
|
|
@ -45,6 +45,7 @@ BASE_DSO_FLAGS = -lgmbasemotif
|
|||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(LD_ALL) \
|
||||
-L$(DIST)/lib \
|
||||
-lraptorhtmldoc_s \
|
||||
-lnglhtmlcon_s \
|
||||
|
@ -54,6 +55,7 @@ EXTRA_DSO_LDOPTS = \
|
|||
-lraptorhtmltable_s \
|
||||
-lraptorlayout_s \
|
||||
-lraptorevents_s \
|
||||
$(LD_NONE) \
|
||||
-L$(DIST)/bin \
|
||||
-lraptorhtmlpars \
|
||||
-lraptorgfx \
|
||||
|
|
Загрузка…
Ссылка в новой задаче