From: Sergei Trofimovich <slyfox@gentoo.org>
To: James Le Cuirot <chewi@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [arm17] [PATCH] crossdev: Make armv[67] default to hardfloat following eclass change
Date: Wed, 25 Jul 2018 00:44:43 +0100 [thread overview]
Message-ID: <20180725004443.199e25fd@sf> (raw)
In-Reply-To: <20180724231118.30841-1-chewi@gentoo.org>
On Wed, 25 Jul 2018 00:11:18 +0100
James Le Cuirot <chewi@gentoo.org> wrote:
> armv7a-unknown-linux-gnueabi would have previously been treated as
> hardfloat but is now softfloat.
>
> I have removed the armv7a-hardfloat-linux-gnueabi-7.3.0 example from
> the README to avoid confusion even though it does still work.
Applied. Thanks!
> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
> ---
> README | 3 +--
> crossdev | 2 ++
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 99287a1..7aecdc4 100644
> --- a/README
> +++ b/README
> @@ -50,8 +50,7 @@ executables or kernels if applies):
> alpha-unknown-linux-gnu-7.3.0
> arm-none-eabi-7.3.0
> armv5tel-softfloat-linux-gnueabi-7.3.0
> - armv7a-hardfloat-linux-gnueabi-7.3.0
> - armv7a-unknown-linux-gnueabi-7.3.0
> + armv7a-unknown-linux-gnueabihf-7.3.0
> avr-7.3.0
> hppa-unknown-linux-gnu-7.3.0
> hppa2.0-unknown-linux-gnu-7.3.0
> diff --git a/crossdev b/crossdev
> index a4b32a2..4ee7076 100755
> --- a/crossdev
> +++ b/crossdev
> @@ -189,6 +189,8 @@ parse_target() {
> CTARGET="${CTARGET}-ibm-linux-gnu";;
> arm64*)
> CTARGET="aarch${CTARGET#arm}-unknown-linux-gnu";;
> + armv[67]*)
> + CTARGET="${CTARGET}-unknown-linux-gnueabihf";;
> arm*)
> CTARGET="${CTARGET}-unknown-linux-gnueabi";;
> aarch64*|alpha*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|sparc*|sh*|tile*)
> --
> 2.17.0
>
>
--
Sergei
prev parent reply other threads:[~2018-07-24 23:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 23:11 [gentoo-dev] [arm17] [PATCH] crossdev: Make armv[67] default to hardfloat following eclass change James Le Cuirot
2018-07-24 23:44 ` Sergei Trofimovich [this message]
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-all 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=20180725004443.199e25fd@sf \
--to=slyfox@gentoo.org \
--cc=chewi@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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