summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-03 21:04:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-03 21:13:17 +0300
commit7aa6f1b01481c1d0f1a12f56ad197c797056c37b (patch)
tree3fa3525ad487c08a3e126b0eae6ef0822b25aa75 /testtools
parentd8842c2221cb5e6ea958381f9dcd76d9bb9bbafc (diff)
Remove Mac OS X for PowerPC support
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
Diffstat (limited to 'testtools')
-rw-r--r--testtools/Module_testtools.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk
index fe812de2c398..fe55ea8c5907 100644
--- a/testtools/Module_testtools.mk
+++ b/testtools/Module_testtools.mk
@@ -51,13 +51,9 @@ $(eval $(call gb_Module_add_targets,testtools,\
))
endif
-# FIXME: Mac OSX PPC GCC fails this test!, likely broken UNO bridge.
-# (is it still relevant?)
-ifneq ($(COM)$(OS)$(CPU),GCCMACOSXP)
$(eval $(call gb_Module_add_check_targets,testtools,\
CustomTarget_uno_test \
))
-endif
endif