From nobody Fri Feb 09 21:35:12 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TWnFl08qKz5BNWw; Fri, 9 Feb 2024 21:35:23 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TWnFk5GMMz49vK; Fri, 9 Feb 2024 21:35:22 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 44B0F33E80; Fri, 9 Feb 2024 16:35:16 -0500 (EST) Received: from [172.20.15.33] (37.46.124.80.rev.sfr.net [80.124.46.37]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id DB8C933E90; Fri, 9 Feb 2024 16:35:14 -0500 (EST) Date: Fri, 9 Feb 2024 22:35:12 +0100 (CET) From: Gerald Pfeifer To: Lorenzo Salvadore cc: Mark Millard , freebsd-toolchain@freebsd.org, freebsd-ports@freebsd.org, Petr Kubaj Subject: Re: lang/gcc* and MULTILIB: arm64 (aarch64) is never set up, even for main In-Reply-To: Message-ID: <7a31b5d8-3c57-150c-f22c-b7a15e2c97e9@pfeifer.com> References: <226927FE-E3E0-44B8-B5F3-BE0625FD3BA4.ref@yahoo.com> <226927FE-E3E0-44B8-B5F3-BE0625FD3BA4@yahoo.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Rspamd-Queue-Id: 4TWnFk5GMMz49vK X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] On Fri, 9 Feb 2024, Lorenzo Salvadore wrote: >> [lang/gcc*] never adds MULTILIB for aarch64 (arm64). >> >> But these days arm64 (aarch64) has lib32 support: >> 14.0-RELEASE has it and main [so: 15] has it. Does anyone use this, though? (It's not like FreeBSD provides proper bi-arch support with ports and everything.) > I think this is not deliberate, but I have never touched this block > of code since I took the GCC ports maintainership yet. We can > probably add MULTILIB for aarch64 too and I will check into it > as soon as possible. When that code was written, aarch64 did not feature lib32 support. Is this, and support by lang/gcc*, "academic", or something users really want and are likely to use? Gerald