From 4d6e3cad291afd319c0be8ca193f78c66ddf6715 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 31 Jul 2007 12:06:47 +0000 Subject: INTEGRATION: CWS configure21 (1.14.40); FILE MERGED 2007/07/01 20:42:11 rene 1.14.40.1: fix LINK for s390/arm which are (not) working (anymore), but... --- solenv/inc/unxlngr.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/inc/unxlngr.mk') diff --git a/solenv/inc/unxlngr.mk b/solenv/inc/unxlngr.mk index 6da9070992fe..d33f50f94839 100644 --- a/solenv/inc/unxlngr.mk +++ b/solenv/inc/unxlngr.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngr.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:10:14 $ +# last change: $Author: hr $ $Date: 2007-07-31 13:06:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -108,7 +108,7 @@ STATIC = -Wl,-Bstatic DYNAMIC = -Wl,-Bdynamic # name of linker -LINK=gcc +LINK=$(CC) # default linker flags LINKFLAGS= -- cgit