[OpenWrt-Devel] [PATCH] toolchain: Don't force GCC8 on ARC

Rosen Penev rosenp at gmail.com
Sat Jun 22 14:57:32 EDT 2019


On Sat, Jun 22, 2019 at 7:37 AM Christian Lamparter <chunkeey at gmail.com> wrote:
>
> On Thursday, June 20, 2019 9:33:04 PM CEST Rosen Penev wrote:
> > This prevents overriding it to use GCC9.
> >
> > Signed-off-by: Rosen Penev <rosenp at gmail.com>
> > ---
> >  toolchain/gcc/Config.version | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
> > index ef9bbb82e2..e635244827 100644
> > --- a/toolchain/gcc/Config.version
> > +++ b/toolchain/gcc/Config.version
> > @@ -4,7 +4,6 @@ config GCC_VERSION_5
> >
> >  config GCC_VERSION_8
> >       default y if GCC_USE_VERSION_8
> > -     default y if arc
> >       bool
> >
> >  config GCC_VERSION_9
> >
> From what I know this would select the default GCC 7.4.
It does. On the other hand, if you select Advanced options and select
to build GCC9, it still builds GCC8.
> Do you know if the special ARC patches got into the 7.x branch?
They did not. GCC8 is definitely a minimum. But there's the problem above.
> Because from what I can tell (from 7.1) this was a problem and
> the reason why GCC 8 was selected since it had the patches from
> the beginning.
>
> Regards,
> Christian
>
>

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list