Re: [PATCH 2/2] powerpc: Suppress .eh_frame generation

2020-03-05 Thread Segher Boessenkool
On Thu, Mar 05, 2020 at 08:05:30PM +0530, Naveen N. Rao wrote: > GCC v8 defaults to enabling -fasynchronous-unwind-tables due to > https://gcc.gnu.org/r259298, which results in .eh_frame section being > generated. This results in additional disk usage by the build, as well > as the kernel modules.

[PATCH 2/2] powerpc: Suppress .eh_frame generation

2020-03-05 Thread Naveen N. Rao
GCC v8 defaults to enabling -fasynchronous-unwind-tables due to https://gcc.gnu.org/r259298, which results in .eh_frame section being generated. This results in additional disk usage by the build, as well as the kernel modules. Since the kernel has no use for this, this section is discarded. Add