summaryrefslogtreecommitdiffstats
path: root/basebmp/test
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-10-28 16:38:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-10-28 16:38:38 +0000
commit0b3f346d173ae177ab2656b5e9953e5a310eebe1 (patch)
tree9360a5fd8ba2d5d9363597bd00b647f439b37bb9 /basebmp/test
parentCWS-TOOLING: integrate CWS cli002 (diff)
downloadcore-0b3f346d173ae177ab2656b5e9953e5a310eebe1.tar.gz
core-0b3f346d173ae177ab2656b5e9953e5a310eebe1.zip
CWS-TOOLING: integrate CWS basebmpunittestfix
Diffstat (limited to 'basebmp/test')
-rw-r--r--basebmp/test/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index b9f81f11c890..d91f51595a9a 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -55,6 +55,12 @@ CFLAGS += -fno-inline
.ENDIF
+# SunStudio 12 (-m64 and -m32 modes): three test cases of the unit tests fail
+# if compiled with default -xalias_level (and optimization level -xO3)
+.IF "$(OS)"=="SOLARIS"
+CDEFS+=-xalias_level=compatible
+.ENDIF
+
# --- Common ----------------------------------------------------------
# BEGIN ----------------------------------------------------------------