summaryrefslogtreecommitdiff
path: root/svx/util/makefile.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-10-02 11:48:58 +0000
committerRüdiger Timm <rt@openoffice.org>2001-10-02 11:48:58 +0000
commitdca6f4b963ba5822131d6f4e394c41a9f85d5fc5 (patch)
tree0bbc4a13698ae9b209a49aeffed3c4a455fbea06 /svx/util/makefile.mk
parent8ccf0bfc3e2769c7b5426debc3a553a69f698461 (diff)
#i1243# merge IRIX link flags from OO638c
Diffstat (limited to 'svx/util/makefile.mk')
-rw-r--r--svx/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index ccb2419accd6..d910fdf69feb 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: kz $ $Date: 2001-08-15 09:19:04 $
+# last change: $Author: rt $ $Date: 2001-10-02 12:48:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,9 @@ USE_LDUMP2=TRUE
LINKFLAGS+=/SEGMENTS:1024
.ENDIF
+.IF "$(OS)"=="IRIX"
+LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30
+.ENDIF
RSCLOCINC+=-I$(PRJ)$/source$/svdraw
.IF "$(GUI)"=="WNT"