From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10105 invoked from network); 10 Apr 2021 14:17:26 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 10 Apr 2021 14:17:26 -0000 Received: (qmail 14159 invoked by uid 550); 10 Apr 2021 14:17:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 14135 invoked from network); 10 Apr 2021 14:17:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=y6xhDGqPP63zPJhfRrQr94X2NxECMYbd7RI2HtQRRQg=; b=MSdJKOK4c5JlzsB2GrTgoGSJp0hwkteGis1upJ+UtQ6AHOj8vRZKGfQRk9ZYXC/ANw jJM3OYULSL7uN2NPBMAKG0XsCZv/zrW3IkUzxPpAG3q6ASMmWvhoFXpX+8btX21pKtli kprby2Cx0/xDCZuWd7GQ9MMLAoDB0DRKLRN75wH/nDKQ8wOkLyx4UPxNbq5DSkQEKZi1 qWbbuoXI4pN5XOt+QsYrinWUgnFOIsPYL7pfjckQlkHu1XXEhn48JSPCvet9k5QKMjSJ E2xdjxsElwVXZ4+5HAOx9um6jfTnCGJeUn/3HEgSsqaR6hwl71niywnTgtJ2/yuEU5mV 16oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=y6xhDGqPP63zPJhfRrQr94X2NxECMYbd7RI2HtQRRQg=; b=AHzg8JN8zKfBy6l8XdK5m8pm66fIhTRXQ9EbxsiQK5udt3G8+BCMSGO4qN0opy6qCo NpvKWgA7nJjwl1xXibX7FMAN0L7YIAnA2cCOAWTus4uAhXxUcs77m8tyWLFyF6PDE9H+ BhciUwIs7tSa+vYAZTTKlQQyLZ8djz+dYafwFUTh/WptH51bXx7epp4P2DH1EDR7wmIR EaNGlHAXh9PdmFaJy4FS3oU1liwnByWU6mNgzycrfLhqOyJg3q9ySIDKBYrzy0u/Isk9 tuPXeLNW2gaEJ823oQo2IVsaPloV10rAwjtoH8CRwdkUZ9pM162MuXfK7gfXmSRLK5as WD3w== X-Gm-Message-State: AOAM530HwW+qkzmclO0ZF8vlEWvdaE7gsQRMTgIxPGqpd/kQ9+e2dfol hJ94yNPOAbqRL5wInyBOQcjrOhg7XIk0fLB592hZZWIiOnEppg== X-Google-Smtp-Source: ABdhPJweeFq/cIN8apYxerDpQeCKGyHVGje99agpBg6lPoDfH+akRlteiJlhdOfB8ZK8aGG1kKt8jBQT4YHleDv/31w= X-Received: by 2002:ac8:7dce:: with SMTP id c14mr17435479qte.82.1618064228885; Sat, 10 Apr 2021 07:17:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Khem Raj Date: Sat, 10 Apr 2021 07:16:42 -0700 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [musl] Linux distribution for using RISC-V musl? Hi Ardi RV64/musl combo is well supported in OpenEmbedded/Yocto perhaps buildroot also supports this combo well you can try Yoe Distro which is based on Yocto https://github.com/YoeDistro/yoe-distro On Sat, Apr 10, 2021 at 5:09 AM ardi wrote: > > Hi! > > From what I'm reading, it seems like the RISC-V (64 bit) version of > musl is considered to be in working status as of now. I'd like to give > it a try with a RISC-V emulator, but first I'd wish to know which > Linux distribution(s) use the people who have been developing/testing > musl in RISC-V. Have they succeeded in completely replacing GNU libc > by musl in such distribution(s) ? > > Also, I've read that QEMU is able to emulate multicore RISC-V CPUs. > Does musl support multicore RISC-V in 64bit? I mean, if I configure a > multicore RISC-V in QEMU and I try to build a parallel loop using > OpenMP for example, will such loop be parallelized if I'm using musl? > > Thanks a lot, > > ardi