INTEGRATION: CWS sollink (1.15.44); FILE MERGED
2004/10/21 13:41:31 hjs 1.15.44.1: #118214# variable to prepend link flags
This commit is contained in:
parent
8548dd47ce
commit
5c5a0e7c6b
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: unxsols4.mk,v $
|
||||
#
|
||||
# $Revision: 1.16 $
|
||||
# $Revision: 1.17 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2004-10-18 13:52:23 $
|
||||
# last change: $Author: pjunck $ $Date: 2004-10-22 09:29:50 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -124,6 +124,14 @@ LINK=/usr/local/purify-4.2-solaris2/purify CC
|
|||
LINK=CC
|
||||
.ENDIF
|
||||
|
||||
# link against set of baseline libraries
|
||||
.IF "$(SYSBASE)"!=""
|
||||
.IF "$(UPDATER)"!=""
|
||||
LD_OPTIONS+=-L $(SYSBASE)$/usr$/lib
|
||||
.EXPORT : LD_OPTIONS
|
||||
.ENDIF # "$(UPDATER)"!=""
|
||||
.ENDIF # "$(SYSBASE)"!=""
|
||||
|
||||
# -z combreloc combines multiple relocation sections. Reduces overhead on startup
|
||||
# -norunpath prevents the compiler from recording his own libs in the runpath
|
||||
LINKFLAGSRUNPATH*=-R\''$$ORIGIN'\'
|
||||
|
|
Loading…
Reference in a new issue