diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:19:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:19:44 +0000 |
commit | 5988d5eb82ec2927d453c99b9a79c8579ad3e512 (patch) | |
tree | 4fe4d65aa14782dd80543c347b3b05088d4e189f /jvmaccess | |
parent | b6de36d92e3cfff2fa6847f12f14969c05ca7123 (diff) |
INTEGRATION: CWS ooo20040815 (1.4.34); FILE MERGED
2004/08/01 11:04:46 sparcmoz 1.4.34.1: #i32394# add map for linux sparc
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index 0e6a87cc9ed6..d2fa449e0788 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2003-12-17 13:39:34 $ +# last change: $Author: hr $ $Date: 2004-09-09 11:19:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,6 +98,8 @@ SHL1VERSIONMAP = cc5_solaris_sparc.map SHL1VERSIONMAP = gcc3_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)" == "FREEBSDIgcc3" SHL1VERSIONMAP = gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)" == "LINUXSgcc3" +SHL1VERSIONMAP = gcc3_linux_intel.map .ENDIF DEF1NAME = $(SHL1TARGET) |