summaryrefslogtreecommitdiffstats
path: root/docs/manual/patch-policy.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-09-02 18:06:38 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-15 23:24:35 +0200
commit530777aaebdcd63b7acd75ab5df650d9db750f49 (patch)
tree82bb35d7d80deea0ec8f169ffd3d0eac48640aa1 /docs/manual/patch-policy.txt
parent859b49ed678be0f4b247a04d17ad554f54be0c96 (diff)
downloadbuildroot-530777aaebdcd63b7acd75ab5df650d9db750f49.tar.gz
buildroot-530777aaebdcd63b7acd75ab5df650d9db750f49.zip
gcc: provide option to enable mudflap support
The mudflap library is only useful if one uses the -fmudflap gcc option to do more checks on pointers/arrays. This commit adds an option to enable/disable mudflap support at the gcc level. By default, it is disabled, which saves a little bit of build time compared to the default of gcc which consists in enabling mudflap support. Since mudflap is now disabled by default, and ensured to never be enabled on platforms where it is not available, some gcc.mk code that was used to disable mudflap in problematic configurations can be removed. Whether -fmudflap is used when building is left to the user. [Peter: tweak commit text, fix white space] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/patch-policy.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud