gcc: gcc 4.9.x disable libsanitize
authorFelix Fietkau <nbd@openwrt.org>
Sun, 5 Oct 2014 14:59:45 +0000 (14:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 5 Oct 2014 14:59:45 +0000 (14:59 +0000)
commit991de63a2adf71d9dc40cfcf7a7419032f7db61b
tree3f96f3fd4e71f2067ef2f46b8ce48c961233d796
parent000d640d769dc6acc84155cae499f92cc6604cbe
gcc: gcc 4.9.x disable libsanitize

gcc 4.9.x enables building of libsanitize

- libsanitize needs some headers that are not available
  in uclibc (netrom/netrom.h)

according to buildroot project:
- build fail with musl
- need wordexp with uclibc which increases uclibc size
http://git.buildroot.net/buildroot/commit/?id=5f4d658d888b539de9a6247ae5b1a0999de5d4ec
http://git.buildroot.net/buildroot/commit/?id=554e29e267e6b36a0fd78c82cbad2c82d939eb7f

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 42767
toolchain/gcc/final/Makefile
toolchain/gcc/minimal/Makefile