On Wed, Nov 5, 2014 at 3:55 PM, Carlos Antunes <[email protected]> wrote:
> Hello!
>
> I've been putting together builds for the GCC ARM embedded toolchain.
> One of the questions that I have is whether to put these under group
> "${MINGW_PACKAGE_PREFIX}-toolchain" or something else, such as
> "${MINGW_PACKAGE_PREFIX}-cross-toolchain" or even
> "${MINGW_PACKAGE_PREFIX}-arm-cross-toolchain". What is your recomendation?
>

mingw-w64-{i686,x86_64}-toolchain wouldn't be appropriate, I think
cross is redundant too, also there's no indication of the OS. Standard
GNU-y triplets should be used IMHO, so:

${MINGW_PACKAGE_PREFIX}-arm-linux-gnu-toolchain would be a good (if
very long) package name, maybe we could shorten -toolchain to -tc (or
-xtc if you really like cross to be in there somewhere?)

I'm more interested in how you're planning to build them. I'm somewhat
involved in crosstool-ng, and was planning to add a load of cross
compilers to MSYS2/MinGW-w64 packages when MSYS2 itself is working
well enough .. This would include cross compilers targeting Linux (arm
and intel) and Darwin (arm and intel).

> Thanks!
>
> Carlos Antunes
> (aka, nanodude)
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users

------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to