From: Peter Korsgaard Date: Sun, 2 Jun 2019 20:11:20 +0000 (+0200) Subject: Merge branch 'next' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f590097045ee5d399c42a2700475353361babcf9;p=buildroot.git Merge branch 'next' Signed-off-by: Peter Korsgaard --- f590097045ee5d399c42a2700475353361babcf9 diff --cc package/gcc/Config.in.host index b477fe56e7,4b7f11f3b1..bf22d1b843 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@@ -65,10 -76,8 +76,11 @@@ config BR2_GCC_VERSION_7_ config BR2_GCC_VERSION_8_X bool "gcc 8.x" # Broken or unsupported architectures + depends on !BR2_csky depends on !BR2_or1k + # powerpc spe support has been deprecated since gcc 8.x. + # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html + depends on !BR2_powerpc_SPE select BR2_TOOLCHAIN_GCC_AT_LEAST_8 endchoice diff --cc package/wpewebkit/Config.in index 39f64c4e54,ff5775c735..2808a3c8b3 --- a/package/wpewebkit/Config.in +++ b/package/wpewebkit/Config.in @@@ -12,23 -12,7 +12,7 @@@ config BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPO depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt - config BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS_JIT - bool - # ARM needs NEON for JIT. - default y if BR2_ARM_CPU_HAS_NEON - # AArch64 is supported upstream but not well tested on big-endian mode. - default y if BR2_aarch64 - # i386 & x86_64 don't have any special requirements. - default y if BR2_i386 - default y if BR2_x86_64 - # JIT is known not to work on MIPS64. - # Plain MIPS32 (pre R2) is not well tested and likely broken, and R6 - # is unsupported, see https://bugs.webkit.org/show_bug.cgi?id=191258 - # The MIPS support is completely untested in big-endian mode. - default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R2 - default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R5 - -comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.8, host gcc >= 4.8" +comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 6, host gcc >= 4.8" depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS depends on !BR2_BINFMT_FLAT depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \