Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wURvI-001A5Y-0D for pgsql-hackers@arkaria.postgresql.org; Tue, 02 Jun 2026 16:25:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wURvG-00FCzw-2y for pgsql-hackers@arkaria.postgresql.org; Tue, 02 Jun 2026 16:24:58 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wURvG-00FCzn-1z for pgsql-hackers@lists.postgresql.org; Tue, 02 Jun 2026 16:24:58 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wURvA-00000000t1q-47Ms for pgsql-hackers@postgresql.org; Tue, 02 Jun 2026 16:24:58 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 652GOfgJ2931792; Tue, 2 Jun 2026 12:24:42 -0400 From: Tom Lane To: Tobias Bussmann cc: John Naylor , Lukas Fittl , Jakob Egger , pgsql-hackers , Andres Freund , Sandeep Thakkar Subject: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available In-reply-to: References: <223EA201-A0E8-4A13-B220-EB903E8DF817@eggerapps.at> <871806.1778168884@sss.pgh.pa.us> <873909.1778170924@sss.pgh.pa.us> <471E4CB3-1690-4168-9A99-5F83D97C12AF@gmx.net> <15574903-87C9-478A-B2D7-CC8F4C275DBB@gmx.net> <2925608.1780411691@sss.pgh.pa.us> Comments: In-reply-to Tobias Bussmann message dated "Tue, 02 Jun 2026 17:10:49 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2931790.1780417481.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 02 Jun 2026 12:24:41 -0400 Message-ID: <2931791.1780417481@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tobias Bussmann writes: > I wasn't intending to say that. I was rather wondering if it would be wo= rth to test doing two independent builds and lipo all the binaries and lib= raries together manually to construct a proper optimised universal build. Probably that could be done, but again it seems like an awful lot of work to expend on a build situation that won't be interesting for very much longer. (I do realize that Apple might someday resurrect all this for YA hardware changeover, but surely that's not going to be anytime soon. So I think we have more-pressing things to do.) regards, tom lane