On Sat, Jun 22, 2019 at 7:37 AM Christian Lamparter <[email protected]> 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 <[email protected]> > > --- > > 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 [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
