From 892f1f330264c670404e33ad759246fea489dc57 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Jun 2011 11:32:30 +0300 Subject: Bypass when cross-compiling in general, not just for iOS --- o3tl/qa/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'o3tl/qa') diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk index 67dcede5e8c4..14dbe622a30f 100644 --- a/o3tl/qa/makefile.mk +++ b/o3tl/qa/makefile.mk @@ -36,7 +36,10 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -.IF "$(OS)"!="IOS" +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF CFLAGSCXX += $(CPPUNIT_CFLAGS) @@ -70,8 +73,6 @@ SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ .ENDIF # L10N_framework -.ENDIF - .INCLUDE : target.mk # --- Enable test execution in normal build ------------------------ -- cgit