Re: armv7: remove gcc support from kernel Makefile

2019-09-03 Thread Christian Weisgerber
Mark Kettenis: > > This drops support for building the armv7 kernel with gcc and reduces > > the difference to arm64. > > If we're keeping the gcc bits on other architectures, it makes sense > to keep it here as well. Helps with diffability and someone might > want to run the same tools for armv

Re: armv7: remove gcc support from kernel Makefile

2019-09-03 Thread Theo de Raadt
Mark Kettenis wrote: > > Date: Mon, 2 Sep 2019 17:32:04 +0200 > > From: Christian Weisgerber > > > > This drops support for building the armv7 kernel with gcc and reduces > > the difference to arm64. > > > > I can't test this. > > > > OK? Or it can be rolled into somebody else's larger "remo

Re: armv7: remove gcc support from kernel Makefile

2019-09-03 Thread Mark Kettenis
> Date: Mon, 2 Sep 2019 17:32:04 +0200 > From: Christian Weisgerber > > This drops support for building the armv7 kernel with gcc and reduces > the difference to arm64. > > I can't test this. > > OK? Or it can be rolled into somebody else's larger "remove gcc > from armv7" diff. If we're keep

Re: armv7: remove gcc support from kernel Makefile

2019-09-02 Thread Theo de Raadt
> OK? Or it can be rolled into somebody else's larger "remove gcc > from armv7" diff. This is fine with me as-is.

armv7: remove gcc support from kernel Makefile

2019-09-02 Thread Christian Weisgerber
This drops support for building the armv7 kernel with gcc and reduces the difference to arm64. I can't test this. OK? Or it can be rolled into somebody else's larger "remove gcc from armv7" diff. Index: arch/armv7/conf/Makefile.armv7 =