commit | eb0507d280a14f2da8137ddf6eaa91b824e31a85 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Sat Mar 05 01:11:27 2022 +0000 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri May 20 14:52:31 2022 +0200 |
tree | 9fe25a8eba13871729234a25e7891a44277c59df | |
parent | a7e762b61e4239842d2ed31539fcc3fe93300182 [diff] |
Change MbedTLS integration to use PropertyCopy Pass libc specific compilation settings to MbedTLS build using PropertyCopy. This way not only system include and include paths are handled but compilation flags and linker flags too. This change makes MbedTLS build use the -nostdinc flag, which is needed for proper newlib integration and was missing. Change-Id: I1f05232096384fd58f8693e578770c357fcb3486 Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>