From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.7895.1678920670009628239 for ; Wed, 15 Mar 2023 15:51:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Zrlu9+71; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3E0E561EA4 for ; Wed, 15 Mar 2023 22:51:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A27A0C4339C for ; Wed, 15 Mar 2023 22:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678920668; bh=YYLypZwhFu6Ozxq4w5CzD2HjX/XJwZAqCeeLRhxmiQc=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Zrlu9+71Xfp2/yd8fbxycIn8itLoSNRqM8Fi184iC9RPju9DfujVucRlhHXxH9FTV Fla4swpyu+1zpl/uPw/iWT05us55fLuaBPRc/sgdE+hgAo3xkiAQwh9Kwj8pTYej4K C8I87E2tj2Zb1Yx52vjRUPd5nRFlOQCFYiQzNBi5q29DMvvkBMouXUHetQxvUbJJsJ GWkAQCZ+wR039tWUaSDK4ty+6y2vA+xP09g+hQNxSBGyWekvLQXR7eDp7TaIL1TVgr MZ3764lz12XPuJ2s9IRpvxl5OmsLGB33R9Dar4xr6rw2Z2WTzOamcunCex+nV7QMTK Ulx5eaBn90Y4Q== Received: by mail-lj1-f169.google.com with SMTP id f16so21059540ljq.10 for ; Wed, 15 Mar 2023 15:51:08 -0700 (PDT) X-Gm-Message-State: AO0yUKVqmkeJLlwR4tQ5WDXLCXroZPLWpBeFYA8YRWDlAcJSSQG55Gch 1d2UqsyQ1TWs9W0RnTAg3vBYvoEeoiGNpKranUk= X-Google-Smtp-Source: AK7set+4uN0kmYEEw8LbijJdtZQm28cBMOleCh8rLjPhwr4uZHw15xhM8UB2odVdUMt9Y4grDTCHXN1BnUX+U+CafAk= X-Received: by 2002:a2e:aa1c:0:b0:298:9d5b:5d12 with SMTP id bf28-20020a2eaa1c000000b002989d5b5d12mr1437960ljb.2.1678920666654; Wed, 15 Mar 2023 15:51:06 -0700 (PDT) MIME-Version: 1.0 References: <20230306083757.26274-1-patrick.rudolph@9elements.com> <1336.1678918582828616692@groups.io> In-Reply-To: <1336.1678918582828616692@groups.io> From: "Ard Biesheuvel" Date: Wed, 15 Mar 2023 23:50:55 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64 To: devel@edk2.groups.io, mhaeuser@posteo.de Cc: Patrick Rudolph Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 15 Mar 2023 at 23:16, Marvin H=C3=A4user wrote= : > > Hi, > > Why does the title mention X64? From what I can see, PIE is unaffected fo= r X64 (and we really want it to be). > Why?