summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/integrity
Commit message (Collapse)AuthorAgeFilesLines
* Build SQLite including the platform header for INTEGRITY.Rolland Dudemaine2016-03-231-2/+2
| | | | | | | | | | The platform header defines geteuid(), which is necessary for the SQLite library. The common platform header is also modified to handle being included from C, and resolves a typo on the way. Change-Id: I8ace8a11ceac0f541b9c9b0d8112609579224884 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add support for building for INTEGRITY using GHS toolchain.Rolland Dudemaine2016-03-211-0/+100
Targets (xplatform) include integrity-armv7 and integrity-x86. [ChangeLog][Platform Specific Changes] Added support for INTEGRITY RTOS. Change-Id: If7827791e0a977ff198cb99e9dcc684a010bbb81 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>