INTEGRATION: CWS macosxmapfiles (1.43.36); FILE MERGED

2007/01/11 08:45:18 tra 1.43.36.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X
This commit is contained in:
Rüdiger Timm 2007-01-31 07:38:57 +00:00
parent 05d2db8089
commit 11e51ee7b1

View file

@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.43 $
# $Revision: 1.44 $
#
# last change: $Author: hr $ $Date: 2006-06-20 11:58:34 $
# last change: $Author: rt $ $Date: 2007-01-31 08:38:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -177,6 +177,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF
# --- Targets ------------------------------------------------------