2014-11-03 10:30 GMT+01:00 Baruch Burstein <[email protected]>:

> I am curious why only a few of the executables get prefixed versions? I
> just tried running a certain makefile with prefixed versions of the
> toolchain, and it failed looking for the prefixed versions of 'ar' and
> 'windres'. Easily solvable (make a copy and prefix it), but I am still
> curious why some get it by default while others don't?
>

Because this is a native toolchain. Native toolchains don't have everything
prefixed. Your makefile shouldn't be using any prefixes, and just call the
bare "gcc" etc. instead.

Cheers,

Ruben
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to