mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 19:29:09 +02:00
cleanup: remove ARMHF-related comments from RISC-V only codepath. no functional change.
git-svn-id: trunk@39827 -
This commit is contained in:
parent
1976cda913
commit
b4a7d6a82e
@ -4152,9 +4152,8 @@ begin
|
|||||||
{$endif arm}
|
{$endif arm}
|
||||||
|
|
||||||
{$if defined(riscv32) or defined(riscv64)}
|
{$if defined(riscv32) or defined(riscv64)}
|
||||||
{ ARMHF defaults }
|
{ RISC-V defaults }
|
||||||
if (target_info.abi = abi_riscv_hf) then
|
if (target_info.abi = abi_riscv_hf) then
|
||||||
{ set default cpu type to ARMv7a for ARMHF unless specified otherwise }
|
|
||||||
begin
|
begin
|
||||||
{$ifdef riscv32}
|
{$ifdef riscv32}
|
||||||
if not option.CPUSetExplicitly then
|
if not option.CPUSetExplicitly then
|
||||||
|
Loading…
Reference in New Issue
Block a user