Re: [PATCHv2 rtems_waf] Allow vendor field in toolchain target triplet

2023-05-26 Thread martinerikwerner . aac
On Fri, 2023-05-26 at 08:33 +1000, Chris Johns wrote: > On 25/5/2023 6:53 pm, martinerikwerner@gmail.com wrote: > > While poking around some more, it seems like there's more places in > > this file where assumptions of no vendor in the triplet might come > > into > > play (but did not affect

Re: [PATCHv2 rtems_waf] Allow vendor field in toolchain target triplet

2023-05-25 Thread martinerikwerner . aac
While poking around some more, it seems like there's more places in this file where assumptions of no vendor in the triplet might come into play (but did not affect my use of it), if I'm reading it correctly?: 227 conf.env.ARCH_BSP = '%s/%s' % (arch.split('-')[0], bsp) 232