summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/crc32/makefile.mk
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/rtl/crc32/makefile.mk
parent5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5 (diff)
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/rtl/crc32/makefile.mk')
-rwxr-xr-xsal/qa/rtl/crc32/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/rtl/crc32/makefile.mk b/sal/qa/rtl/crc32/makefile.mk
index 149e82eb81b7..7f748093c2d9 100755
--- a/sal/qa/rtl/crc32/makefile.mk
+++ b/sal/qa/rtl/crc32/makefile.mk
@@ -35,6 +35,8 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(CROSS_COMPILING)"==""
+
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)
@@ -61,6 +63,8 @@ SHL1VERSIONMAP= $(PRJ)$/qa$/export.map
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk