Re: [PATCH] arch: define weak abort

2017-12-12 Thread Vineet Gupta
On 12/11/2017 01:26 PM, Sudip Mukherjee wrote: gcc was generating abort due to 'divide by zero' and if it is not defined in the toolchain the build fails. Currently 'frv' and 'arc' are failing. Previously other arch was also broken like m32r was fixed by d22e3d69ee1a ("m32r: fix build

Re: [PATCH] arch: define weak abort

2017-12-12 Thread Vineet Gupta
On 12/11/2017 01:26 PM, Sudip Mukherjee wrote: gcc was generating abort due to 'divide by zero' and if it is not defined in the toolchain the build fails. Currently 'frv' and 'arc' are failing. Previously other arch was also broken like m32r was fixed by d22e3d69ee1a ("m32r: fix build

Re: [PATCH] arch: define weak abort

2017-12-12 Thread Alexey Brodkin
Hi Sudip, On Mon, 2017-12-11 at 21:26 +, Sudip Mukherjee wrote: > gcc was generating abort due to 'divide by zero' and if it is not > defined in the toolchain the build fails. > > Currently 'frv' and 'arc' are failing. Previously other arch was also > broken like m32r was fixed by

Re: [PATCH] arch: define weak abort

2017-12-12 Thread Alexey Brodkin
Hi Sudip, On Mon, 2017-12-11 at 21:26 +, Sudip Mukherjee wrote: > gcc was generating abort due to 'divide by zero' and if it is not > defined in the toolchain the build fails. > > Currently 'frv' and 'arc' are failing. Previously other arch was also > broken like m32r was fixed by

[PATCH] arch: define weak abort

2017-12-11 Thread Sudip Mukherjee
gcc was generating abort due to 'divide by zero' and if it is not defined in the toolchain the build fails. Currently 'frv' and 'arc' are failing. Previously other arch was also broken like m32r was fixed by d22e3d69ee1a ("m32r: fix build failure"). Lets define this weak function which is common

[PATCH] arch: define weak abort

2017-12-11 Thread Sudip Mukherjee
gcc was generating abort due to 'divide by zero' and if it is not defined in the toolchain the build fails. Currently 'frv' and 'arc' are failing. Previously other arch was also broken like m32r was fixed by d22e3d69ee1a ("m32r: fix build failure"). Lets define this weak function which is common