Re: [PATCH v2 1/4] vxworks: add target/h/wrn/coreip to the set of system include paths

2018-08-06 Thread Olivier Hainque
> On 6 Aug 2018, at 14:12, Olivier Hainque wrote: >> * config/vxworks.h: Add $(WIND_BASE)/target/h/wrn/coreip to >> default search path. > > Ok, thanks. With a nit on the ChangeLog formatting: * config/vxworks.h: Add $(WIND_BASE)/target/h/wrn/coreip to default s

Re: [PATCH v2 1/4] vxworks: add target/h/wrn/coreip to the set of system include paths

2018-08-06 Thread Olivier Hainque
Hi Rasmus, > On 28 Jun 2018, at 10:43, Rasmus Villemoes wrote: > > 2018-06-04 Rasmus Villemoes > >* config/vxworks.h: Add $(WIND_BASE)/target/h/wrn/coreip to > default search path. Ok, thanks. Olivier

[PATCH v2 1/4] vxworks: add target/h/wrn/coreip to the set of system include paths

2018-06-28 Thread Rasmus Villemoes
In order to build crtstuff.c, I need to ensure the headers in target/h/wrn/coreip are also searched. Of course, that can be done similar to how wrn/coreip gets manually added for libgcc, e.g. by adding CRTSTUFF_T_CFLAGS += -I$(WIND_BASE)/target/h -I$(WIND_BASE)/target/h/wrn/coreip But without