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