From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/gcc: drop negative conditions on C-SKY for older versions
Date: Mon, 15 Jul 2019 21:57:31 +0200 [thread overview]
Message-ID: <20190715195731.GN29941@scaer> (raw)
In-Reply-To: <CAJF2gTR7EBMiTsBVbkt1ZC86MXKs_40zZF2wbFUq80fhYHJkdQ@mail.gmail.com>
Guo, All,
On 2019-07-15 23:52 +0800, Guo Ren spake thusly:
> Acked, Thx.
Thanks for the review. :-)
Next time, can you please send a proper "Acked-by:" tag, so that
patchwwork can pick it up, and thus it ends up in the commit when
the patch is eventually applied? Thanks!
Regards,
Yann E. MORIN.
> On Sun, Jul 14, 2019 at 5:54 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> >
> > Now that the C-SKY architecture requires gcc-9, we can drop the special
> > conditions on the individual older versions.
> >
> > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> > Cc: Guo Ren <guoren@kernel.org>
> > Cc: Arnout Vandecappelle <arnout@mind.be>
> > Cc: Romain Naour <romain.naour@gmail.com>
> > ---
> > package/gcc/Config.in.host | 5 -----
> > 1 file changed, 5 deletions(-)
> >
> > diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
> > index adc12e95ea..a3ba7cf90d 100644
> > --- a/package/gcc/Config.in.host
> > +++ b/package/gcc/Config.in.host
> > @@ -32,7 +32,6 @@ config BR2_GCC_VERSION_4_9_X
> > depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_5
> > # Broken or unsupported architectures
> > depends on !BR2_arc
> > - depends on !BR2_csky
> > depends on !BR2_or1k
> > # musl on microblaze, ppc64 and mips64 unsupported
> > depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_microblazeel || BR2_microblazebe))
> > @@ -47,7 +46,6 @@ config BR2_GCC_VERSION_5_X
> > depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_6
> > # Broken or unsupported architectures
> > depends on !BR2_arc
> > - depends on !BR2_csky
> > depends on !BR2_or1k
> > # musl on ppc64 and mips64 unsupported
> > depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64le))
> > @@ -61,7 +59,6 @@ config BR2_GCC_VERSION_6_X
> > depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_7
> > # Broken or unsupported architectures
> > depends on !BR2_arc
> > - depends on !BR2_csky
> > depends on !BR2_or1k
> > select BR2_TOOLCHAIN_GCC_AT_LEAST_6
> >
> > @@ -69,7 +66,6 @@ config BR2_GCC_VERSION_7_X
> > bool "gcc 7.x"
> > depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_8
> > # Broken or unsupported architectures
> > - depends on !BR2_csky
> > depends on !BR2_or1k
> > select BR2_TOOLCHAIN_GCC_AT_LEAST_7
> >
> > @@ -77,7 +73,6 @@ config BR2_GCC_VERSION_8_X
> > bool "gcc 8.x"
> > depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_9
> > # Broken or unsupported architectures
> > - depends on !BR2_csky
> > depends on !BR2_or1k
> > # powerpc spe support has been deprecated since gcc 8.x.
> > # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
> > --
> > 2.20.1
> >
>
>
> --
> Best Regards
> Guo Ren
>
> ML: https://lore.kernel.org/linux-csky/
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2019-07-15 19:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-14 9:54 [Buildroot] [PATCH 0/2] arch/csky: clean up conditions on gcc verssion (branch yem/arch-csky) Yann E. MORIN
2019-07-14 9:54 ` [Buildroot] [PATCH 1/2] arch/csky: restrict ck610 to the C-SKY gcc port Yann E. MORIN
2019-07-15 16:02 ` Guo Ren
2019-07-15 16:53 ` Yann E. MORIN
2019-07-15 23:06 ` Guo Ren
2019-07-15 23:08 ` Guo Ren
2019-07-14 9:54 ` [Buildroot] [PATCH 2/2] package/gcc: drop negative conditions on C-SKY for older versions Yann E. MORIN
2019-07-15 15:52 ` Guo Ren
2019-07-15 19:57 ` Yann E. MORIN [this message]
2019-07-15 23:07 ` Guo Ren
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=20190715195731.GN29941@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.