summaryrefslogtreecommitdiffstats
path: root/platforms/toolchain_hardening.in
Commit message (Collapse)AuthorAgeFilesLines
* wrapper: add more stack protector optionsMichael Olbrich2016-06-171-3/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: introduce a wrapper for cc, c++, cpp and ldJan Luebbe2012-11-201-0/+50
| | | | | | | | | | | This is used to inject compiler and linker options without relying on the build-systems to pass additional options to the tools. It is used for options needed for cross-compiling, hardening flags and other user defined options. The wrapper also calls ccache if ptxdist is configured to use it. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "wrapper: introduce a wrapper for cc, c++ and ld"Michael Olbrich2012-10-251-21/+0
| | | | | | | | | accidentally pushed WIP stuff This reverts commit 1e7dd9c2f9c708060786d1f9ffc7caac8b270887. This reverts commit 8121f1cf41cb87505e75f8ce8cc02afaaffbdbf8. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: introduce a wrapper for cc, c++ and ldJan Luebbe2012-10-251-0/+21
This is used to optionally pass compiler and linker options (such as for hardening). Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>