From patchwork Thu Aug 10 04:26:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Waldemar Brodkorb X-Patchwork-Id: 1819686 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RLv5m4mCDz1yYl for ; Thu, 10 Aug 2023 14:27:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E417E4154F; Thu, 10 Aug 2023 04:27:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E417E4154F 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 zAAotz2XBNc4; Thu, 10 Aug 2023 04:27:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 4177A40B4D; Thu, 10 Aug 2023 04:27:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4177A40B4D X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A82671BF2AB for ; Thu, 10 Aug 2023 04:26:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 67BCD83B36 for ; Thu, 10 Aug 2023 04:26:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 67BCD83B36 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N4RdyaTshuh3 for ; Thu, 10 Aug 2023 04:26:57 +0000 (UTC) Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) by smtp1.osuosl.org (Postfix) with ESMTPS id 794DD83B31 for ; Thu, 10 Aug 2023 04:26:57 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 794DD83B31 Received: by helium.openadk.org (Postfix, from userid 1000) id 3D8BF352BD86; Thu, 10 Aug 2023 06:26:52 +0200 (CEST) Date: Thu, 10 Aug 2023 06:26:52 +0200 From: Waldemar Brodkorb To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Operating-System: Linux 5.10.0-21-amd64 x86_64 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openadk.org; s=2022; t=1691641613; bh=BxF1bZNHVuIFnihj4dxWvhdvmyWXYUYqi0eOSi005HE=; h=Date:From:To:Subject:From; b=QzWbhv2utwRbSzZXuhJIeHv01rhFgsctX05ncgUsOD2H0lSi9dzfHGpesZEm5n6Yz 4hR8boN5ysyOvz5nVpKJlJle+5MT0Vm1rrd9BjXs/ucMSpt3OUNURdlRz+hR9xzHdJ oAml5/jVdeCOxDMOd7ivxWMUqYI9w/Jisave7Rghg/projXjzUlnd5pPs/F6Z/KhS2 RIqL21tXmZaHTZXUl/fe6t3Y8NzFh0d2vsTCXbBkFq9Y3mMMSzhv6CXfPvKg+OiMqv GtsyqWvggM89CLvqiXk0kjs3oVaK0YN90a4rOSnr1yVP/2kWHh9e62NxuAXs+TqCPo 6CQVS4MO4HnZw== Subject: [Buildroot] [PATCH/next] package/musl: enable m68k with MMU 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: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Support for m68k with MMU in musl was added in 2018 with commit f81e44a0d96c88e052e51982f9fdd6fe0a212b46. Tested with qemu_m68k_q800_defconfig. Signed-off-by: Waldemar Brodkorb --- package/musl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/musl/Config.in b/package/musl/Config.in index 34ffe8324a..5495ed3371 100644 --- a/package/musl/Config.in +++ b/package/musl/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_MUSL_ARCH_SUPPORTS default y if BR2_arm default y if BR2_armeb default y if BR2_i386 + default y if BR2_m68k_m68k default y if BR2_microblaze default y if BR2_mips default y if BR2_mipsel