[PATCH 4/4] MSP430: Deprecate -minrt option

2019-11-07 Thread Jozef Lawrynowicz
Support for the MSP430 -minrt option has been removed from Newlib, since all the associated behaviour is now dynamic. Initialization code run before main is only included when needed. This patch removes the final traces of -minrt from GCC. -minrt used to modify the linking process in the followin

Re: [PATCH 4/4] MSP430: Deprecate -minrt option

2019-11-24 Thread Jozef Lawrynowicz
On Sun, 17 Nov 2019 14:00:58 -0700 Jeff Law wrote: > On 11/7/19 2:41 PM, Jozef Lawrynowicz wrote: > > Support for the MSP430 -minrt option has been removed from Newlib, since > > all the > > associated behaviour is now dynamic. Initialization code run before main is > > only > > included when n

Re: [PATCH 4/4] MSP430: Deprecate -minrt option

2019-11-17 Thread Jeff Law
On 11/7/19 2:41 PM, Jozef Lawrynowicz wrote: > Support for the MSP430 -minrt option has been removed from Newlib, since all > the > associated behaviour is now dynamic. Initialization code run before main is > only > included when needed. > > This patch removes the final traces of -minrt from GC