diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:48:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:48:55 +0000 |
commit | 02dbb8c86ea08d6904971916c39f73afa355b75e (patch) | |
tree | 95f72ee4d12b1ec6ecaf0083f30259eeaefdb038 /bridges/source | |
parent | 7e4d139ec01cfbb1052615b4593999ed7316fb91 (diff) |
INTEGRATION: CWS hr51 (1.16.4); FILE MERGED
2008/06/06 14:01:54 hr 1.16.4.1: #i88947#: Solaris 64 bit support
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk index 1a0e0d436..ee3c69d70 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # # This file is part of OpenOffice.org. # @@ -46,7 +46,7 @@ ENABLE_EXCEPTIONS=TRUE # hand coded assembler CHECKFORPIC= -.IF "$(COM)" == "C52" && "$(CPUNAME)" == "SPARC" +.IF "$(COM)" == "C52" && "$(CPU)"=="S" #CFLAGS += -O5 -xO5 |