diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:14:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:14:13 +0000 |
commit | be19dc5e54686fc148cd207d1571c60261df965d (patch) | |
tree | c09d93476e10edb7d423a4e63b95a102cd68e40c /basebmp | |
parent | d5f9123c308ed91525a5099819f111a5c03b55d5 (diff) |
INTEGRATION: CWS hr51 (1.7.8); FILE MERGED
2008/06/06 14:36:04 hr 1.7.8.1: #i88947#: Solaris 64 bit support
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/source/makefile.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/basebmp/source/makefile.mk b/basebmp/source/makefile.mk index f80812f2ed85..86b166d35d1e 100644 --- a/basebmp/source/makefile.mk +++ b/basebmp/source/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # # This file is part of OpenOffice.org. # @@ -57,6 +57,12 @@ CDEFS+= -DVIGRA_HAS_LONG_DOUBLE CDEFS+= -DBASEBMP_NO_NESTED_TEMPLATE_PARAMETER -DVIGRA_WITHOUT_NESTED_TEMPLATE_PARAMS .ENDIF +# SunStudio 12, LP64 mode (-m64): three test cases of the unit tests fail +# if compiled with default -xalias_level (and optimization level -xO3) +.IF "$(OS)$(CPU)"=="SOLARISU" +CDEFS+=-xalias_level=compatible +.ENDIF + # --- Common ---------------------------------------------------------- SLOFILES = \ |