@@ -41,10 +41,10 @@ function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
begin
if (target_info.abi=abi_eabihf) and
not(target_info.system in systems_windows) then
- result='armhf'
+ result:='armhf'
else
result:='arm';
- exit:
+ exit;
end;
result:=lower(cputypestr[current_settings.cputype]);
{ llvm replaces the cpu name with thumb for when generating thumb code}