зеркало из https://github.com/mozilla/gecko-dev.git
Increase the size of the linker's global offset table when building with gcc on irix to avoid overflow.
Thanks to John Vandenberg <zeroJ@null.net> for the patch Bug #21308 r=cls a=asa for 0.9.1
This commit is contained in:
Родитель
350f83c892
Коммит
9d02dc5813
|
@ -84,6 +84,12 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),IRIX)
|
||||
ifeq ($(GNU_CXX),1)
|
||||
LDFLAGS += -Wl,-LD_LAYOUT:lgot_buffer=50
|
||||
endif
|
||||
endif
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
INCLUDES += -I$(srcdir)/../base/src \
|
||||
|
|
Загрузка…
Ссылка в новой задаче