summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:06:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:06:33 +0000
commitf257c6321900c0cdcb6e73bbb04e3ff0e0f44fe9 (patch)
tree0fdb5455fca41b8717688f236f64cb0d172cc20e /solenv/inc/unxlngppc.mk
parent64d2ca14784acde6089b146a41c65a8aa3a1db03 (diff)
INTEGRATION: CWS configure21 (1.27.40); FILE MERGED
2007/07/09 23:21:42 rene 1.27.40.2: #i10000# both also here 2007/05/06 16:08:51 rene 1.27.40.1: support --hash-style= from binutils
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index f8261e10402b..b53ec8c6d9f8 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 09:09:50 $
+# last change: $Author: hr $ $Date: 2007-07-31 13:06:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,11 @@ CFLAGSENABLESYMBOLS=-g1
.ELSE
CFLAGSENABLESYMBOLS=-g
.ENDIF
+.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
+LINKFLAGS += -Wl,--hash-style=both
+.ELSE
+LINKFLAGS += -Wl,-zdynsort
+.ENDIF
# source code is still not signed versus unsigned char clean
CFLAGS=-fsigned-char -nostdinc -c