Re: [PATCH] xstormy: Set tm_d_file in config.gcc

2018-10-29 Thread Jeff Law
On 10/29/18 4:10 PM, Iain Buclaw wrote: > The default value of tm_d_file is "${cpu_type}/${cpu_type}.h", however > this header doesn't exist for the xstormy back-end, so need to > explicitly override it to stormy16/stormy16.h > > Also including elfos.h, otherwise there's a warning about a > redefi

[PATCH] xstormy: Set tm_d_file in config.gcc

2018-10-29 Thread Iain Buclaw
The default value of tm_d_file is "${cpu_type}/${cpu_type}.h", however this header doesn't exist for the xstormy back-end, so need to explicitly override it to stormy16/stormy16.h Also including elfos.h, otherwise there's a warning about a redefinition of PREFERRED_DEBUGGING_TYPE when building wit