summaryrefslogtreecommitdiffstats
path: root/cppuhelper/qa/weak
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-06 00:33:04 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-06 00:33:04 +0300
commit8d83508ec3a5238d0bfa1992166f9af02942ca4e (patch)
tree733d28f0ed241f47bd6c04a38f14f3e53ffa596d /cppuhelper/qa/weak
parent__cdecl -> SAL_CALL (diff)
downloadcore-8d83508ec3a5238d0bfa1992166f9af02942ca4e.tar.gz
core-8d83508ec3a5238d0bfa1992166f9af02942ca4e.zip
Bypass qa thingies for now when cross-compiling
Diffstat (limited to 'cppuhelper/qa/weak')
-rw-r--r--cppuhelper/qa/weak/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/cppuhelper/qa/weak/makefile.mk b/cppuhelper/qa/weak/makefile.mk
index 5116886b671c..7895504970bc 100644
--- a/cppuhelper/qa/weak/makefile.mk
+++ b/cppuhelper/qa/weak/makefile.mk
@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
CFLAGSCXX += $(CPPUNIT_CFLAGS)
DLLPRE = # no leading "lib" on .so files