diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 02:10:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 02:11:04 +0300 |
commit | 613eefe4f1e7677ebb954c39d1ef1f579f56c0b7 (patch) | |
tree | 282a604c3e9c4bfa210f9856b28d592e3b7ad5e7 /sal/qa/rtl/crc32/makefile.mk | |
parent | 5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5 (diff) |
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/rtl/crc32/makefile.mk')
-rwxr-xr-x | sal/qa/rtl/crc32/makefile.mk | 4 |
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 |