From 65e7c4f6c4423726ed4379fe2725b08d763cf4a8 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 15:45:00 +0000 Subject: INTEGRATION: CWS rpath1 (1.9.134); FILE MERGED 2005/01/20 14:23:59 cmc 1.9.134.1: #i41018# propogate rpath to other linux toolchains --- solenv/inc/unxlngs.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/inc/unxlngs.mk') diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk index eaa26b26c27a..2e2171abe554 100644 --- a/solenv/inc/unxlngs.mk +++ b/solenv/inc/unxlngs.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngs.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2005-02-11 15:30:15 $ +# last change: $Author: vg $ $Date: 2005-02-16 16:45:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -151,7 +151,7 @@ DYNAMIC = -Wl,-Bdynamic LINK*=$(CC) # default linker flags -# LINKFLAGSRUNPATH*=-Wl,-rpath\''$$ORIGIN'\' +LINKFLAGSRUNPATH*=-Wl,-rpath\''$$ORIGIN'\' LINKFLAGS=-z combreloc $(LINKFLAGSRUNPATH) # linker flags for linking applications -- cgit