diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:24:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:24:31 +0000 |
commit | 375aa9810dde550d6693c1bffb712a22a7cafd23 (patch) | |
tree | 9bca1ba0985bf68672382de70823b34b5544d9ab | |
parent | e6a2a4c7b3174a623fe4f2f9b2c5a3e380e9f28e (diff) |
INTEGRATION: CWS sb85 (1.14.22); FILE MERGED
2008/03/12 09:47:32 sb 1.14.22.1: #i86117# explicitly for 32bit SPARC
-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 4625573dec5f..1a0e0d436bdf 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.15 $ +# $Revision: 1.16 $ # # This file is part of OpenOffice.org. # @@ -46,7 +46,7 @@ ENABLE_EXCEPTIONS=TRUE # hand coded assembler CHECKFORPIC= -.IF "$(COM)$(CPU)" == "C50S" || "$(COM)$(CPU)" == "C52S" +.IF "$(COM)" == "C52" && "$(CPUNAME)" == "SPARC" #CFLAGS += -O5 -xO5 |