Re: [meta-freescale] Significance of the fslc vendor field in arm-fslc-linux-gnueabi-gcc

2018-08-30 Thread Otavio Salvador
On Tue, Aug 28, 2018 at 9:01 AM Phil Williams  wrote:
> What is the significance of the vendor being set to fslc in the
> toolchain? Is it simply a label, or does it have some compatibility
> differences (compared with -unknown-).
>
> The reason I ask is because I was wondering if there would be any issues
> using off the shelf Rust or Go compilers and specifying the target as
> arm-unknown-linux-gnueabi.

Currently, the fslc distribution does not change anything that might
conflict with those, as far as I know, but you should keep an eye on
the distribution changes to spot any possible conflicting changes in
future.

Usually, the vendor is used globally so you ensure it is compatible
across the whole system. Rust and Go are less fragile in this regard
as it links most libraries (modules and crates) on same binary but
differences on libc or features may cause problems.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] Significance of the fslc vendor field in arm-fslc-linux-gnueabi-gcc

2018-08-29 Thread Daiane Angolini
On Tue, Aug 28, 2018 at 9:01 AM Phil Williams  wrote:
>
> Hello,
>
> What is the significance of the vendor being set to fslc in the
> toolchain? Is it simply a label, or does it have some compatibility
> differences (compared with -unknown-).

I don't think there is any significant change. But I would recommend
you make some tests for your use-case.

Daiane
>
> The reason I ask is because I was wondering if there would be any issues
> using off the shelf Rust or Go compilers and specifying the target as
> arm-unknown-linux-gnueabi.
>
> Thanks,
>
> Phil
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] Significance of the fslc vendor field in arm-fslc-linux-gnueabi-gcc

2018-08-28 Thread Phil Williams
Hello,

What is the significance of the vendor being set to fslc in the
toolchain? Is it simply a label, or does it have some compatibility
differences (compared with -unknown-).

The reason I ask is because I was wondering if there would be any issues
using off the shelf Rust or Go compilers and specifying the target as
arm-unknown-linux-gnueabi.

Thanks,

Phil

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale