* typo fixed, patch by Mark Morgan Lloyd

git-svn-id: trunk@23108 -
This commit is contained in:
florian 2012-12-03 21:55:09 +00:00
parent 69d96d9bf9
commit e6863aeb80

View File

@ -99,7 +99,7 @@ unit cpugas;
result := Inherited MakeCmdLine;
{ ABI selection }
Replace(result,'$ABI','-mabi='+abitypestr[mips_abi]);
{ ACH selection }
{ ARCH selection }
Replace(result,'$ARCH','-march='+cputypestr[mips_cpu]);
end;