From afff438426649e14699a8f9099c369ee59a1ca34 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Jun 2011 19:03:23 +0300 Subject: Do build cppunittester when cross-compiling after all --- sal/cppunittester/makefile.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sal/cppunittester') 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 -- cgit