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=-4.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11309 invoked from network); 26 Sep 2023 16:40:40 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 26 Sep 2023 16:40:40 -0000 Received: (qmail 5545 invoked by uid 550); 26 Sep 2023 16:40:33 -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 5499 invoked from network); 26 Sep 2023 16:40:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=landley-net.20230601.gappssmtp.com; s=20230601; t=1695746420; x=1696351220; darn=lists.openwall.com; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=1H2rPMMp8rpF4ENdW+JuvR6Fvidp90BZ4UsVK3y+9Bo=; b=UVD7u+nkeldGDLsUBY0HmgLQYs2+j7/tonzVHzsV7+Z/lAMSqNF3Avr9zZrWRRzX6d sCk3LzIa8j6VJrOmtFFGamNiuBa+VZ1zv2njRly+BNBo3Mxqi09nLqkniUjTLovmiKzU nDSbC+ZbmBpWrD9vbkfRSL9yq84gZV1LUqMVY8MSrcqOT8CRi9W5DCPPxYamntOtl011 LkitlHKib2nhY9vvx1x1V5cGlo147ZBOTo001j6UaeR8YDG1iniGNPazDf/eSBOFiJtF k1uH2KaK7ql5yMyCYcjjJ99Zl4NCBOQPbqXINE1c0pKZXYjTZ9NjKDQ366Oq5HWIsJlv GrOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695746420; x=1696351220; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=1H2rPMMp8rpF4ENdW+JuvR6Fvidp90BZ4UsVK3y+9Bo=; b=KPK7QaPG4C3KwLpgIsn7JiJFzr6T2AAez9/uXegdU+dnZ0Eg/cmbzbxZAHDicz1FPP tzjGr7LNmANR7PPCoSlkdx0H6WQHFMx3nK9hvWeS4vuAWvKAudn0oZuVoy/imNlTDchf Ls6SkU2a5lgG+KczO92nxv853DaClBNroaGdw8IK7kOZayFEY4Z4UeTkeWWBC5D3aDzq NDN35KypUBpELDVa//oEmzd0Qd9/7PNjTkkVhdrnic8R+2a6d95NX9gkoyZzp7xEwcH4 7MkXuFUo6mIF34B8pzzgyjDo/8vc5WojqRolmHPiVr6v5/s0sJX2ajAT9STNEOs7N/2E /njA== X-Gm-Message-State: AOJu0YzCoF9hHolVwmH64pZeX9a6kxlkYDbLYYmJhtxSmyKMsT9ICJuz 7Hjci+mnuSrI8AcqQ185KCZZv1GfB7NnU+l5ti0= X-Google-Smtp-Source: AGHT+IEgaNOu2imJ5IeiYPXxKIrYs99RVVcUOlfbGekHbz+ZbjFBrIU+JzvA5r+j/DIuodE70tUHaQ== X-Received: by 2002:a05:6808:1396:b0:3a1:e17a:b3fb with SMTP id c22-20020a056808139600b003a1e17ab3fbmr14149659oiw.1.1695746420100; Tue, 26 Sep 2023 09:40:20 -0700 (PDT) Message-ID: Date: Tue, 26 Sep 2023 11:43:52 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Content-Language: en-US To: musl@lists.openwall.com, Matheus Tavares Bernardino Cc: Brian Cain , Sid Manning , Rich Felker , Fangrui Song , Szabolcs Nagy References: From: Rob Landley In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [musl] [RFC PATCH 0/5] Add support to Hexagon DSP On 8/30/23 07:22, Matheus Tavares Bernardino wrote: > Hi, > > I'd like to restart the conversations from > https://marc.info/?l=musl&w=2&r=1&s=Hexagon+DSP+support&q=b about > adding Hexagon support to musl. > > I've read the comments from the two previous iterations and it looks > like Sid has addressed them all already (please let me know if there is > something missing, though). So I've only rebased/reorganized the patches > with minor cleanup changes. > > These patches are also available at my git tree: > https://github.com/quic/musl/tree/mathbern/to-upstream Is there a current toolchain build script for hexagon? I harvested an llvm+hexagon+musl build out of qemu's test suite a year or two back (https://www.openwall.com/lists/musl/2021/07/25/2), but when I pulled updated llvm git versions a few months later the build faceplanted hard in a way that wasn't obvious to me how to fix. (I'm under the impression hexagon is still llvm-only, gcc support having been dropped in favor of llvm some years ago...) Rob