|
@@ -102,8 +102,6 @@ unit agarmgas;
|
|
|
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
|
|
begin
|
|
|
result:=inherited MakeCmdLine;
|
|
|
- if tf_section_threadvars in target_info.flags then
|
|
|
- result:='-mtls-dialect=gnu '+result;
|
|
|
if (current_settings.fputype = fpu_soft) then
|
|
|
result:='-mfpu=softvfp '+result;
|
|
|
if (current_settings.fputype = fpu_vfpv2) then
|