From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 250C4C433EF for ; Tue, 7 Jun 2022 19:23:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id DBF5E408BC; Tue, 7 Jun 2022 19:23:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sci2SNBYtrL5; Tue, 7 Jun 2022 19:23:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id F0C94405A3; Tue, 7 Jun 2022 19:23:06 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A84AF1BF475 for ; Tue, 7 Jun 2022 19:16:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4AEFF4064D for ; Tue, 7 Jun 2022 19:16:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wASYr-whQTdZ for ; Tue, 7 Jun 2022 19:16:48 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp2.osuosl.org (Postfix) with ESMTP id 15EC7405A3 for ; Tue, 7 Jun 2022 19:16:48 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 1774D86E22; Tue, 7 Jun 2022 19:04:56 +0000 (UTC) To: buildroot@buildroot.org Date: Tue, 31 May 2022 10:19:41 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 80907060476f1a8b3ed69da2c11e5d1dbe670d87 X-Git-Newrev: 9866e2e64ac12ba6ea1461c2c7410c42125d7aac X-Patchwork-Hint: ignore Message-Id: <20220607190456.1774D86E22@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/wpewebkit: allow building for risc-v X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=9866e2e64ac12ba6ea1461c2c7410c42125d7aac branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master WPE WebKit works just fine on RISC-V. For the current stable version the build system automatically picks the LLint JavaScript interpreter, and the upcoming 2.38.x release series will include (and automatically enable) JIT support. Signed-off-by: Adrian Perez de Castro Signed-off-by: Thomas Petazzoni --- package/wpewebkit/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in index 36523bdb41..8e80c73302 100644 --- a/package/wpewebkit/Config.in +++ b/package/wpewebkit/Config.in @@ -7,6 +7,10 @@ config BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS # Disabled on MIPS big endian due to sigbus default y if BR2_mipsel || BR2_mips64el # Disabled on PowerPC pending runtime testing + # RISC-V needs the g/imafd ISA. + default y if BR2_riscv && BR2_RISCV_ISA_RVI \ + && BR2_RISCV_ISA_RVM && BR2_RISCV_ISA_RVA \ + && BR2_RISCV_ISA_RVF && BR2_RISCV_ISA_RVD # Disabled on SuperH because of segfault depends on BR2_USE_MMU # libglib2 depends on BR2_TOOLCHAIN_HAS_SYNC_4 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot