Re: [PATCH] RTEMS: Improve GCC specification

2020-04-15 Thread Jeff Law via Gcc-patches
On Tue, 2020-04-14 at 17:26 +0200, Sebastian Huber wrote: > Hello Jeff, > > On 08/04/2020 22:24, Jeff Law wrote: > > > On Wed, 2020-04-08 at 19:47 +0200, Sebastian Huber wrote: > > > Add a start/end file specification if the -qrtems option is present. > > > Allow targets to customize it. > > >

Re: [PATCH] RTEMS: Improve GCC specification

2020-04-14 Thread Sebastian Huber
Hello Jeff, On 08/04/2020 22:24, Jeff Law wrote: On Wed, 2020-04-08 at 19:47 +0200, Sebastian Huber wrote: Add a start/end file specification if the -qrtems option is present. Allow targets to customize it. Support the standard -nodefaultlibs option. gcc/ * config/rtems.h

Re: [PATCH] RTEMS: Improve GCC specification

2020-04-08 Thread Jeff Law via Gcc-patches
On Wed, 2020-04-08 at 19:47 +0200, Sebastian Huber wrote: > Add a start/end file specification if the -qrtems option is present. > Allow targets to customize it. > > Support the standard -nodefaultlibs option. > > gcc/ > > * config/rtems.h (RTEMS_STARTFILE_SPEC): Define if undefined. >

[PATCH] RTEMS: Improve GCC specification

2020-04-08 Thread Sebastian Huber
Add a start/end file specification if the -qrtems option is present. Allow targets to customize it. Support the standard -nodefaultlibs option. gcc/ * config/rtems.h (RTEMS_STARTFILE_SPEC): Define if undefined. (RTEMS_ENDFILE_SPEC): Likewise. (STARTFILE_SPEC): Update