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 | 6d08e119ff57137a2dbe1eeed683cfa1e1f95c12 (patch) | |
tree | 0db7235f7e0b4e5a350369e6979b7743a8fda68f /jvmaccess/util | |
parent | 36945d35310713257babd732b0e8a97fd91d55f1 (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/util')
-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 0e6a87cc9..d2fa449e0 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) |