diff options
-rw-r--r-- | o3tl/qa/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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 ------------------------ |