summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-16 19:03:23 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-16 19:03:23 +0300
commitafff438426649e14699a8f9099c369ee59a1ca34 (patch)
tree25ce79eee99fd309ccaec56053459b5dd986da5f /sal
parentc4bfa78019108110c34c1b1ba3777244b327cee2 (diff)
Do build cppunittester when cross-compiling after all
Diffstat (limited to 'sal')
-rw-r--r--sal/cppunittester/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk
index 65b600b05bd7..938b63d90ae9 100644
--- a/sal/cppunittester/makefile.mk
+++ b/sal/cppunittester/makefile.mk
@@ -33,8 +33,6 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)"!="YES"
-
CFLAGSCXX += $(CPPUNIT_CFLAGS)
OBJFILES = $(APP1OBJS)
@@ -44,6 +42,4 @@ APP1RPATH = NONE
APP1STDLIBS = $(CPPUNITLIB) $(SALLIB)
APP1TARGET = cppunittester
-.ENDIF
-
.INCLUDE: target.mk