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:
parent
4d6e3cad29
commit
f6eec1d12a
1 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue