Increase GOT buffer for irix (debug) builds when building gkcontent.

Thanks to nickb@adacel.com.au (Nick Blievers) for the patch.
Bug #99395 r=cls
This commit is contained in:
cls%seawood.org 2001-09-12 23:48:26 +00:00
Родитель 663373d779
Коммит 74985d186f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -82,7 +82,7 @@ include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),IRIX)
ifeq ($(GNU_CXX),1)
LDFLAGS += -Wl,-LD_LAYOUT:lgot_buffer=50
LDFLAGS += -Wl,-LD_LAYOUT:lgot_buffer=60
endif
endif