kumquat-buildroot/package/gcc
Thomas Petazzoni 530777aaeb 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>
2013-09-15 23:24:35 +02:00
..
4.2.2-avr32-2.1.5
4.3.6
4.4.7
4.5.4
4.6.4
4.7.3
4.8-arc
4.8.1
gcc-final gcc: provide option to enable mudflap support 2013-09-15 23:24:35 +02:00
gcc-initial toolchain-internal: skip gcc-intermediate when possible 2013-09-15 22:50:20 +02:00
gcc-intermediate gcc: pass MAKEINFO=missing in the environment rather than as a ./configure arg 2013-09-04 16:22:30 +02:00
Config.in.host gcc: provide option to enable mudflap support 2013-09-15 23:24:35 +02:00
gcc.mk gcc: provide option to enable mudflap support 2013-09-15 23:24:35 +02:00