summaryrefslogtreecommitdiff
path: root/cppuhelper/source/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-14 12:19:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-14 12:19:21 +0000
commitd20d577e9ce6ddcd3f3ace1f3bf56201e1c8fa33 (patch)
tree15baf085c418cecdb34ce0e744bc58c06163c61c /cppuhelper/source/makefile.mk
parent7f8f2e1dea776279eefb276fb4851d5a4484fca3 (diff)
#92951# added map file for gcc3 linux intel
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rw-r--r--cppuhelper/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index 0db69c82c2a1..d7bc70faafb9 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: dbo $ $Date: 2001-10-26 12:45:55 $
+# last change: $Author: hr $ $Date: 2001-11-14 13:17:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -171,6 +171,8 @@ SHL1VERSIONMAP=msvc_win32_intel.map
SHL1VERSIONMAP=cc5_solaris_sparc.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc2"
SHL1VERSIONMAP=gcc2_linux_intel.map
+.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3"
+SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF
# --- Targets ------------------------------------------------------