diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-14 12:19:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-11-14 12:19:21 +0000 |
commit | d20d577e9ce6ddcd3f3ace1f3bf56201e1c8fa33 (patch) | |
tree | 15baf085c418cecdb34ce0e744bc58c06163c61c /salhelper/source | |
parent | 7f8f2e1dea776279eefb276fb4851d5a4484fca3 (diff) |
#92951# added map file for gcc3 linux intel
Diffstat (limited to 'salhelper/source')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 7bd9b9d1e5ae..e7caf930e269 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: dbo $ $Date: 2001-10-30 15:55:19 $ +# last change: $Author: hr $ $Date: 2001-11-14 13:19:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -107,6 +107,8 @@ SHL1VERSIONMAP=msci.map SHL1VERSIONMAP=sols.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc2" SHL1VERSIONMAP=lngi.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3" +SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF |