INTEGRATION: CWS configure21 (1.9.40); FILE MERGED
2007/07/09 23:21:42 rene 1.9.40.2: #i10000# both also here 2007/05/06 16:08:51 rene 1.9.40.1: support --hash-style= from binutils
This commit is contained in:
parent
9e1870a067
commit
76b58ce7ab
1 changed files with 7 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: unxlngx6.mk,v $
|
# $RCSfile: unxlngx6.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.9 $
|
# $Revision: 1.10 $
|
||||||
#
|
#
|
||||||
# last change: $Author: obo $ $Date: 2007-03-09 09:10:48 $
|
# last change: $Author: hr $ $Date: 2007-07-31 13:07:28 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -82,6 +82,11 @@ CFLAGSENABLESYMBOLS=-g1
|
||||||
.ELSE
|
.ELSE
|
||||||
CFLAGSENABLESYMBOLS=-g # was temporarily commented out, reenabled before Beta
|
CFLAGSENABLESYMBOLS=-g # was temporarily commented out, reenabled before Beta
|
||||||
|
|
||||||
|
.ENDIF
|
||||||
|
.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
|
||||||
|
LINKFLAGS += -Wl,--hash-style=both
|
||||||
|
.ELSE
|
||||||
|
LINKFLAGS += -Wl,-zdynsort
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
# flags for the C++ Compiler
|
# flags for the C++ Compiler
|
||||||
|
|
Loading…
Reference in a new issue