INTEGRATION: CWS configure21 (1.20.40); FILE MERGED

2007/07/09 23:21:42 rene 1.20.40.2: #i10000# both also here
2007/05/06 16:08:51 rene 1.20.40.1: support --hash-style= from binutils
This commit is contained in:
Jens-Heiner Rechtien 2007-07-31 12:07:01 +00:00
parent 4d6e3cad29
commit f6eec1d12a

View file

@ -4,9 +4,9 @@
#
# $RCSfile: unxlngs.mk,v $
#
# $Revision: 1.20 $
# $Revision: 1.21 $
#
# last change: $Author: obo $ $Date: 2007-03-09 09:10:26 $
# last change: $Author: hr $ $Date: 2007-07-31 13:07:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -79,6 +79,11 @@ CFLAGSENABLESYMBOLS=-g1
.ELSE
CFLAGSENABLESYMBOLS=-g
.ENDIF
.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
LINKFLAGS += -Wl,--hash-style=both
.ELSE
LINKFLAGS += -Wl,-zdynsort
.ENDIF
# flags for the C++ Compiler
CFLAGSCC= -pipe $(ARCH_FLAGS)