commit | a0f505c659e2af2ffa278d215045add711f7f2d8 | [log] [tgz] |
---|---|---|
author | Qixiang Xu <qixiang.xu@arm.com> | Thu Feb 21 17:08:50 2019 +0800 |
committer | György Szing <gyorgy.szing@arm.com> | Thu Mar 21 12:32:13 2019 +0000 |
tree | 82e84beca0bc4f9f13ebf6215a6aafe6c55cdff6 | |
parent | 35f8939592898b3bedbf0d09259ad5c9ca925b59 [diff] |
Build: Fixed compile error for the mbedtls-2.7.9 on Cygwin platform When building Mbed TLS > 2.7 on Cygwin as part of the TF-M build, related to a failure in the creation of a symbolic link. Changes the build system to build Mbed TLS with CMAKE_HOST_UNIX = true. More see Mbed TLS issue https://github.com/ARMmbed/mbedtls/issues/1496 Change-Id: I92c25fca7220e2b279e1c07b6c3f29f4161546e2 Co-Authored-By: Gyorgy Szing <Gyorgy.Szing@arm.com> Signed-off-by: Qixiang Xu <qixiang.xu@arm.com>