summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-10-02 11:52:08 +0000
committerRüdiger Timm <rt@openoffice.org>2001-10-02 11:52:08 +0000
commit57c33cc3ea03c6d069256dc347f3609d22e4cc39 (patch)
treef8d2e279d7ad02f407fdbf7732217fb53e4af817 /sc/util
parenta8590a258158fea5713c2f224c26213909c7e4b1 (diff)
#I1243# merge IRIX link flags from OO638c
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk
index e88a72e4bf2d..61a7ab80109b 100644
--- a/sc/util/makefile.mk
+++ b/sc/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: tbe $ $Date: 2001-07-25 07:49:07 $
+# last change: $Author: rt $ $Date: 2001-10-02 12:52:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,6 +78,9 @@ IENV!:=$(IENV);..$/res
.IF "$(COM)"=="ICC"
LINKFLAGS+=/SEGMENTS:512 /PACKD:32768
.ENDIF
+.IF "$(OS)"=="IRIX"
+LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=20
+.ENDIF
# --- Resourcen ----------------------------------------------------