public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Liming" <liming.gao@intel.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH] BaseTools/tools_def ARM: use softfloat target for CLANG3x
Date: Thu, 20 Dec 2018 06:51:34 +0000	[thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E38F17D@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20181219145023.5419-1-ard.biesheuvel@linaro.org>

Ard:
  So, this change requires ARM users to install the additional tool chain? If yes, could you list the detail impact to user?

Thanks
Liming
>-----Original Message-----
>From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ard
>Biesheuvel
>Sent: Wednesday, December 19, 2018 10:50 PM
>To: edk2-devel@lists.01.org
>Cc: Gao, Liming <liming.gao@intel.com>
>Subject: [edk2] [PATCH] BaseTools/tools_def ARM: use softfloat target for
>CLANG3x
>
>The target triplet we use for CLANG35 and CLANG38 specifies a
>hardfloat target, and so the binaries that are emitted are
>annotated as using VFP registers for passing floating point
>arguments, even though no VFP is used anywhere in the code.
>
>This works fine as long as we don't try to link against code
>that uses software floating point, since combining object files
>with different floating point calling conventions is not permitted.
>
>So switch to the softfloat arm-linux-gnueabi triplet instead.
>Unfortunately, this requires all CLANG3x/ARM users to install
>another cross toolchain.
>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>---
> BaseTools/Conf/tools_def.template | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/BaseTools/Conf/tools_def.template
>b/BaseTools/Conf/tools_def.template
>index 2ba833e1fb06..f82bc72327d8 100755
>--- a/BaseTools/Conf/tools_def.template
>+++ b/BaseTools/Conf/tools_def.template
>@@ -5231,7 +5231,7 @@ RELEASE_GCC5_AARCH64_DLINK_XIPFLAGS = -z
>common-page-size=0x20
> *_CLANG35_*_DLINK_PATH           = ENV(CLANG35_BIN)clang
> *_CLANG35_*_ASLDLINK_PATH        = ENV(CLANG35_BIN)clang
>
>-DEFINE CLANG35_ARM_TARGET        = -target arm-linux-gnueabihf
>+DEFINE CLANG35_ARM_TARGET        = -target arm-linux-gnueabi
> DEFINE CLANG35_AARCH64_TARGET    = -target aarch64-linux-gnu
>
> DEFINE CLANG35_WARNING_OVERRIDES = -Wno-parentheses-equality -
>Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare
>-Wno-empty-body -Wno-unknown-warning-option
>@@ -5384,7 +5384,7 @@ NOOPT_CLANG38_X64_DLINK2_FLAGS     =
>DEF(GCC5_X64_DLINK2_FLAGS) -O0
> ##################
> # CLANG38 ARM definitions
> ##################
>-DEFINE CLANG38_ARM_TARGET        = -target arm-linux-gnueabihf
>+DEFINE CLANG38_ARM_TARGET        = -target arm-linux-gnueabi
> DEFINE CLANG38_ARM_CC_FLAGS      = DEF(GCC_ARM_CC_FLAGS)
>DEF(CLANG38_ARM_TARGET) DEF(CLANG38_WARNING_OVERRIDES) -mno-
>movt
> DEFINE CLANG38_ARM_DLINK_FLAGS   = DEF(CLANG38_ARM_TARGET)
>DEF(GCC_ARM_DLINK_FLAGS)
>
>--
>2.19.2
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel


  reply	other threads:[~2018-12-20  6:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19 14:50 [PATCH] BaseTools/tools_def ARM: use softfloat target for CLANG3x Ard Biesheuvel
2018-12-20  6:51 ` Gao, Liming [this message]
2018-12-20  8:14   ` Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A89E2EF3DFEDB4C8BFDE51014F606A14E38F17D@SHSMSX104.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox