|
@@ -2936,8 +2936,7 @@ begin
|
|
SourceCPU:=StringToCPU({$I %FPCTARGETCPU%});
|
|
SourceCPU:=StringToCPU({$I %FPCTARGETCPU%});
|
|
end;
|
|
end;
|
|
|
|
|
|
- if (SourceOS<>OS) then
|
|
|
|
- UseBinutilsPrefix:=true;
|
|
|
|
|
|
+ UseBinutilsPrefix:=(SourceOS<>OS);
|
|
if (SourceCPU<>CPU) then
|
|
if (SourceCPU<>CPU) then
|
|
begin
|
|
begin
|
|
{ we need to accept 32<->64 conversion }
|
|
{ we need to accept 32<->64 conversion }
|