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/osl/security | |
parent | 5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5 (diff) |
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/osl/security')
-rwxr-xr-x | sal/qa/osl/security/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/osl/security/makefile.mk b/sal/qa/osl/security/makefile.mk index 9fc442fc1daa..c8c1bebe9f40 100755 --- a/sal/qa/osl/security/makefile.mk +++ b/sal/qa/osl/security/makefile.mk @@ -36,6 +36,8 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="" + CFLAGS+= $(LFS_CFLAGS) CXXFLAGS+= $(LFS_CFLAGS) @@ -58,6 +60,8 @@ SHL1VERSIONMAP= $(PRJ)$/qa$/export.map # auto generated Target:Security # END ------------------------------------------------------------------ +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |