diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 09:27:51 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 09:27:51 +0000 |
commit | d95b24abd5c8636935565e22cb302ca506db13e3 (patch) | |
tree | a4d2bad14553f53c75c5674d35ec2ebc9d0765df /solenv/inc/unxlngppc.mk | |
parent | 34e01876b9705b550e9e84c2a2f104824c4e9f84 (diff) |
INTEGRATION: CWS unxlngppc02 (1.20.56); FILE MERGED
2005/12/04 22:05:41 ericb 1.20.56.2: #i57895# fix flags for g++
2005/11/08 21:27:30 rene 1.20.56.1: fix LINK
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r-- | solenv/inc/unxlngppc.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk index 11212e49c5cd..ab944ef73ebf 100644 --- a/solenv/inc/unxlngppc.mk +++ b/solenv/inc/unxlngppc.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngppc.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: kz $ $Date: 2005-10-05 11:34:42 $ +# last change: $Author: rt $ $Date: 2005-12-14 10:27:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -123,7 +123,8 @@ STATIC = -Wl,-Bstatic DYNAMIC = -Wl,-Bdynamic # name of linker -LINK*=gcc +LINK*=$(CXX) +LINKC*=$(CC) # default linker flags LINKFLAGS=-Wl,-rpath,\''$$ORIGIN'\' |