Re: [PATCH v2][MSP430] Add msp430-elfbare target

2019-12-11 Thread Jeff Law
On Wed, 2019-12-11 at 12:21 +, Jozef Lawrynowicz wrote: > On Wed, 11 Dec 2019 12:19:41 + > Jozef Lawrynowicz wrote: > > > On Mon, 9 Dec 2019 15:28:25 + > > Jozef Lawrynowicz wrote: > > > > > On Sat, 07 Dec 2019 11:40:33 -0700 > > > Jeff Law wrote: > > > > > > > On Fri, 2019-11-2

Re: [PATCH v2][MSP430] Add msp430-elfbare target

2019-12-11 Thread Jozef Lawrynowicz
On Wed, 11 Dec 2019 12:19:41 + Jozef Lawrynowicz wrote: > On Mon, 9 Dec 2019 15:28:25 + > Jozef Lawrynowicz wrote: > > > On Sat, 07 Dec 2019 11:40:33 -0700 > > Jeff Law wrote: > > > > > On Fri, 2019-11-29 at 21:00 +, Jozef Lawrynowicz wrote: > > > > The attached patch consol

Re: [PATCH v2][MSP430] Add msp430-elfbare target

2019-12-11 Thread Jozef Lawrynowicz
On Mon, 9 Dec 2019 15:28:25 + Jozef Lawrynowicz wrote: > On Sat, 07 Dec 2019 11:40:33 -0700 > Jeff Law wrote: > > > On Fri, 2019-11-29 at 21:00 +, Jozef Lawrynowicz wrote: > > > The attached patch consolidates some configuration tweaks I > > > previously submitted > > > as modificatio

Re: [PATCH v2][MSP430] Add msp430-elfbare target

2019-12-09 Thread Jozef Lawrynowicz
On Sat, 07 Dec 2019 11:40:33 -0700 Jeff Law wrote: > On Fri, 2019-11-29 at 21:00 +, Jozef Lawrynowicz wrote: > > The attached patch consolidates some configuration tweaks I > > previously submitted > > as modifications to the msp430-elf target into a new target called > > "msp430-elfbare" i.e

Re: [PATCH v2][MSP430] Add msp430-elfbare target

2019-12-07 Thread Jeff Law
On Fri, 2019-11-29 at 21:00 +, Jozef Lawrynowicz wrote: > The attached patch consolidates some configuration tweaks I > previously submitted > as modifications to the msp430-elf target into a new target called > "msp430-elfbare" i.e. "bare-metal". > > MSP430: Disable TM clone registry by defau

[PATCH v2][MSP430] Add msp430-elfbare target

2019-11-29 Thread Jozef Lawrynowicz
The attached patch consolidates some configuration tweaks I previously submitted as modifications to the msp430-elf target into a new target called "msp430-elfbare" i.e. "bare-metal". MSP430: Disable TM clone registry by default https://gcc.gnu.org/ml/gcc-patches/2019-11/msg00550.html MSP430: Di