From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cygnus.enyo.de (cygnus.enyo.de [79.140.189.114]) by sourceware.org (Postfix) with ESMTPS id 940343858D28 for ; Sat, 27 Jan 2024 12:36:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 940343858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=deneb.enyo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=deneb.enyo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 940343858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=79.140.189.114 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706358984; cv=none; b=BKqNtE32WDN50/rr1wbUKny9boCLkJ9URIN38bJX/+3TTmQWvJJzsiNBuFVMoRK0S39Bj2AjhHME2DOfCp58z26jG9WxMyKgWBWPWLvD9mc24Im30+LwsHPz7yJqRgJVhKQImlvQt21NUZ0/D7is4G3fTWD07gz/50gZ/Xk9JX4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706358984; c=relaxed/simple; bh=oVC9IZrGgBXAU66fdRWNzKAaiKlDJJMuAp8PhY19OXM=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=IGUq6ZiLydQOEZ8UXUu3FFpPT1uYp4igntGvgT3hf0kTekUvneyoc6AeZi/knEzxlrfuIpjTB+Xqte/t3uH/nAU8Yzz3HJdaJCNSs3u3yEWqAOB5hHjwhaQEHQfIWdj3yllHrThiK8pSwel2jSkFJTBNpoEuEKzEpllWLDHKl2s= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [172.17.203.2] (port=33707 helo=deneb.enyo.de) by albireo.enyo.de ([172.17.140.2]) with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1rThuz-007tv3-A4; Sat, 27 Jan 2024 12:36:18 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.96) (envelope-from ) id 1rThv0-0005yM-0t; Sat, 27 Jan 2024 13:36:18 +0100 From: Florian Weimer To: William Tang via Libc-help Cc: William Tang Subject: Re: Cannot build for arm-linux-gnueabi on macOS 14.3 References: Date: Sat, 27 Jan 2024 13:36:18 +0100 In-Reply-To: (William Tang via Libc-help's message of "Sat, 27 Jan 2024 14:34:48 +0800") Message-ID: <87plxneywt.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * William Tang via Libc-help: > AR='ar' This is probably the problem: it's not the ar from the cross-toolchain.