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:
cls%seawood.org 2001-05-29 14:56:41 +00:00
Родитель 350f83c892
Коммит 9d02dc5813
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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 \