diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:58:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:58:38 +0000 |
commit | a8b538f393e188f175a11b79f91e01020eb6a3f4 (patch) | |
tree | 4b0a186cb7db4bb058bac5164bba2bd7741f2be6 /salhelper/test | |
parent | e213d6a974e362408d963de15edec8153190d0f3 (diff) |
INTEGRATION: CWS mh11rc (1.2.54); FILE MERGED
2003/06/06 08:17:41 mh 1.2.54.1: join: from beta2
Diffstat (limited to 'salhelper/test')
-rw-r--r-- | salhelper/test/rtti/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
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 |