From a8b538f393e188f175a11b79f91e01020eb6a3f4 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 12 Jun 2003 08:58:38 +0000 Subject: INTEGRATION: CWS mh11rc (1.2.54); FILE MERGED 2003/06/06 08:17:41 mh 1.2.54.1: join: from beta2 --- salhelper/test/rtti/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'salhelper/test') diff --git a/salhelper/test/rtti/makefile.mk b/salhelper/test/rtti/makefile.mk index 218fe950ac9f..43fde00dae46 100644 --- a/salhelper/test/rtti/makefile.mk +++ b/salhelper/test/rtti/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jl $ $Date: 2001-04-23 14:48:59 $ +# last change: $Author: vg $ $Date: 2003-06-12 09:58:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,6 +116,10 @@ DEF1NAME= $(SHL1TARGET) SHL1VERSIONMAP= sols.map .ELIF "$(OS)$(CPU)"=="LINUXI" SHL1VERSIONMAP= lngi.map +.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc2" +SHL1VERSIONMAP= gcc2_freebsd_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc3" +SHL1VERSIONMAP= gcc3_freebsd_intel.map .ENDIF -- cgit