summaryrefslogtreecommitdiff
path: root/sal/qa/OStringBuffer
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-22 02:10:02 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-22 02:11:04 +0300
commit613eefe4f1e7677ebb954c39d1ef1f579f56c0b7 (patch)
tree282a604c3e9c4bfa210f9856b28d592e3b7ad5e7 /sal/qa/OStringBuffer
parent5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5 (diff)
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/OStringBuffer')
-rw-r--r--sal/qa/OStringBuffer/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/OStringBuffer/makefile.mk b/sal/qa/OStringBuffer/makefile.mk
index 2b29878ec20a..0a7386492a91 100644
--- a/sal/qa/OStringBuffer/makefile.mk
+++ b/sal/qa/OStringBuffer/makefile.mk
@@ -36,6 +36,8 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(CROSS_COMPILING)"==""
+
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)
@@ -61,6 +63,8 @@ SHL1RPATH = NONE
# do this here, so we get right dependencies
SLOFILES=$(SHL1OBJS)
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk