Kaydet (Commit) f6eec1d1 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 4d6e3cad
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxlngs.mk,v $ # $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 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.
...@@ -79,6 +79,11 @@ CFLAGSENABLESYMBOLS=-g1 ...@@ -79,6 +79,11 @@ CFLAGSENABLESYMBOLS=-g1
.ELSE .ELSE
CFLAGSENABLESYMBOLS=-g CFLAGSENABLESYMBOLS=-g
.ENDIF .ENDIF
.IF "$(HAVE_LD_HASH_STYLE)" == "TRUE"
LINKFLAGS += -Wl,--hash-style=both
.ELSE
LINKFLAGS += -Wl,-zdynsort
.ENDIF
# flags for the C++ Compiler # flags for the C++ Compiler
CFLAGSCC= -pipe $(ARCH_FLAGS) CFLAGSCC= -pipe $(ARCH_FLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment