fc3fa082e0
This commit adds a patch to gcc borrowed from CodeSourcery/Yocto that warns about unsafe include paths (i.e /usr/include, /usr/local/include, etc.). The patch was adapted to gcc 4.9.1, and modified to support the BR_COMPILER_PARANOID_UNSAFE_PATH environment variable to error out instead of just warn when unsafe paths are used. Even though erroring out can be chosen by passing -Werror=poison-system-directories, we are not sure this option in CFLAGS will always be passed, so having an environment variable guarantees it will always be passed, and also allows to have an identical behavior to the external toolchain wrapper. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Romain Naour <romain.naour@openwide.fr> |
||
---|---|---|
.. | ||
100-uclibc-conf.patch | ||
301-missing-execinfo_h.patch | ||
810-arm-softfloat-libgcc.patch | ||
830-arm_unbreak_armv4t.patch | ||
840-microblaze-enable-dwarf-eh-support.patch | ||
850-libstdcxx-uclibc-c99.patch | ||
900-musl-support.patch | ||
910-gcc-poison-system-directories.patch | ||
powerpc-link-with-math-lib.patch.conditional |