mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
* typo fixed, patch by Mark Morgan Lloyd
git-svn-id: trunk@23108 -
This commit is contained in:
parent
69d96d9bf9
commit
e6863aeb80
@ -99,7 +99,7 @@ unit cpugas;
|
|||||||
result := Inherited MakeCmdLine;
|
result := Inherited MakeCmdLine;
|
||||||
{ ABI selection }
|
{ ABI selection }
|
||||||
Replace(result,'$ABI','-mabi='+abitypestr[mips_abi]);
|
Replace(result,'$ABI','-mabi='+abitypestr[mips_abi]);
|
||||||
{ ACH selection }
|
{ ARCH selection }
|
||||||
Replace(result,'$ARCH','-march='+cputypestr[mips_cpu]);
|
Replace(result,'$ARCH','-march='+cputypestr[mips_cpu]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user