<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Thorsten Otto via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> schrieb am Di., 25. Jan. 2022, 10:54:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'Noto Sans';font-size:9pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt">> the prefix $CPU-$OS is just the default prefix for every cross</span><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> compiling, if you need an other, you can supply it with e.g.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">> -XPm68k-atari-mint-</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Yes, found that already. But there is also at least one assembler file that is directly compiled from the Makefile (<a href="http://prt0.as" target="_blank" rel="noreferrer">prt0.as</a>), and that is also compiled by that $CPU-OS-as assembler (also when you otherwise use vasm). So i wonder a bit why that works on your build server. I also noted that, when using vasm/vlink, those are also executed using that prefix, so the actual assembler that is invoked is m68k-atari-vasmm68k_std.</p></div></blockquote></div><div dir="auto"><br></div><div dir="auto">For the makefiles you need to set BINUTILSPREFIX=m68k-atari-mint- then. This will be used both for assembly files and passed on to the compiler using -XP.</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>