From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.51791.1681731160893731036 for ; Mon, 17 Apr 2023 04:32:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KI93oWNj; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681731159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OdIwwH+kMkB5BUr8aUrKQ6GWe+ea1dK2nTfZMtje2PQ=; b=KI93oWNjxldBgTYeqSNA1I+T3bO16s9Q9WanDJsm9482oBjmfZBmL2VMsza4BvaJpPLa5I 5E2O4y6NKmZeJZvD/6eufiolzGIOBwiAxtRWcfRwe7oFf+ZPoOFfYgic9q9F10ZR3HPmuf /umZOk864x/WtYRCbmiXZjHzt2EnH2c= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-135-J73O43i9NAiL5NwH18NpzA-1; Mon, 17 Apr 2023 07:32:32 -0400 X-MC-Unique: J73O43i9NAiL5NwH18NpzA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 95704811E7C; Mon, 17 Apr 2023 11:32:31 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.149]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D12E651FF; Mon, 17 Apr 2023 11:32:30 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 327FE18000B3; Mon, 17 Apr 2023 13:32:29 +0200 (CEST) Date: Mon, 17 Apr 2023 13:32:29 +0200 From: "Gerd Hoffmann" To: Rebecca Cran Cc: devel@edk2.groups.io, Liming Gao , Bob Feng , Yuwei Chen , Michael D Kinney , Michael Kubacki , Sean Brogan , Chasel Chiu , Nate DeSimone , Star Zeng , Andrew Fish , Ray Ni , Leif Lindholm , Zhiguang Liu , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Gua Guo , Ard Biesheuvel , Pedro Falcato , Marvin =?utf-8?Q?H=C3=A4user?= Subject: Re: [PATCH v3 00/13] BaseTools,CryptoPkg,EmulatorPkg,MdePkg,others: Delete CLANG35,CLANG38,VS2008-2013,EBC, deprecate GCC48,GCC49,GCC5, add GCC and GCCNOLTO, update CLANGDWARF Message-ID: References: <20230416170532.278338-1-rebecca@bsdio.com> MIME-Version: 1.0 In-Reply-To: <20230416170532.278338-1-rebecca@bsdio.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Apr 16, 2023 at 11:05:19AM -0600, Rebecca Cran wrote: > Update the toolchain definitions: > > - Delete the CLANG35 and CLANG38 toolchains, and replace CLANG38 with > CLANGDWARF, updating it to support ARM and AARCH64 in addition to X64 > and IA32. ARM not working for me in the cross build case: /usr/bin/ld: unrecognised emulation mode: armelf_linux_eabi Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om i386pep i386pe elf64bpf I guess that is just the wrong linker (ld instead of lld)? take care, Gerd