INTEGRATION: CWS ause019 (1.7.140); FILE MERGED
2005/03/01 15:48:24 hjs 1.7.140.2: RESYNC: (1.7-1.9); FILE MERGED 2005/02/14 11:22:42 hjs 1.7.140.1: #i42716# more flexible handling of linker and C++ runtime
This commit is contained in:
parent
beff9d03ec
commit
24c1459a16
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: unxlngi6.mk,v $
|
||||
#
|
||||
# $Revision: 1.9 $
|
||||
# $Revision: 1.10 $
|
||||
#
|
||||
# last change: $Author: vg $ $Date: 2005-02-16 16:28:27 $
|
||||
# last change: $Author: obo $ $Date: 2005-03-15 09:57:01 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -164,6 +164,7 @@ DYNAMIC = -Wl,-Bdynamic
|
|||
|
||||
# name of linker
|
||||
LINK*=$(CXX)
|
||||
LINKC*=$(CC)
|
||||
|
||||
# default linker flags
|
||||
LINKFLAGSDEFS*=-Wl,-z,defs
|
||||
|
|
Loading…
Reference in a new issue