#92951# added map file for gcc3 linux intel

This commit is contained in:
Jens-Heiner Rechtien
2001-11-14 12:19:21 +00:00
parent 7f8f2e1dea
commit d20d577e9c
2 changed files with 8 additions and 4 deletions

View File

@@ -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 ------------------------------------------------------

View File

@@ -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