From: Peter Korsgaard Date: Wed, 1 Jun 2016 15:55:16 +0000 (+0200) Subject: Merge branch 'next' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=577021e81b0bf894d26d8127822410267b2bb411;p=buildroot.git Merge branch 'next' Signed-off-by: Peter Korsgaard --- 577021e81b0bf894d26d8127822410267b2bb411 diff --cc Config.in index 9bc8e5193b,93c44e296a..1dd2bb36b3 --- a/Config.in +++ b/Config.in @@@ -683,19 -702,20 +702,20 @@@ menu "Advanced config BR2_COMPILER_PARANOID_UNSAFE_PATH bool "paranoid check of library/header paths" + default y help By default, when this option is disabled, when the Buildroot - cross-compiler will encounter an unsafe library or header - path (such as /usr/include, or /usr/lib), the compiler will - display a warning. + cross-compiler will encounter an unsafe library or header path + (such as /usr/include, or /usr/lib), the compiler will display + a warning. - By enabling this option, this warning is turned into an - error, which will completely abort the build when such - unsafe paths are encountered. + By enabling this option, this warning is turned into an error, + which will completely abort the build when such unsafe paths + are encountered. Note that this mechanism is available for both the internal - toolchain (through gcc and binutils patches) and external - toolchain backends (through the external toolchain wrapper). + toolchain (through the toolchain wrapper and binutils patches) + and external toolchain backends (through the toolchain wrapper). endmenu diff --cc package/linux-headers/Config.in.host index ac89a6b50c,cc0ab41a40..c07455a97b --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@@ -214,13 -222,14 +222,14 @@@ config BR2_DEFAULT_KERNEL_HEADER default "3.4.112" if BR2_KERNEL_HEADERS_3_4 default "3.10.101" if BR2_KERNEL_HEADERS_3_10 default "3.12.59" if BR2_KERNEL_HEADERS_3_12 - default "3.14.68" if BR2_KERNEL_HEADERS_3_14 - default "3.18.32" if BR2_KERNEL_HEADERS_3_18 + default "3.14.70" if BR2_KERNEL_HEADERS_3_14 + default "3.18.33" if BR2_KERNEL_HEADERS_3_18 default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 - default "4.1.23" if BR2_KERNEL_HEADERS_4_1 + default "4.1.24" if BR2_KERNEL_HEADERS_4_1 default "4.2.8" if BR2_KERNEL_HEADERS_4_2 default "4.3.6" if BR2_KERNEL_HEADERS_4_3 - default "4.4.9" if BR2_KERNEL_HEADERS_4_4 - default "4.5.3" if BR2_KERNEL_HEADERS_4_5 + default "4.4.11" if BR2_KERNEL_HEADERS_4_4 + default "4.5.5" if BR2_KERNEL_HEADERS_4_5 + default "4.6" if BR2_KERNEL_HEADERS_4_6 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION