From b4a7d6a82eea9ad71bec75571d7c051cdd68b141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Thu, 27 Sep 2018 07:04:04 +0000 Subject: [PATCH] cleanup: remove ARMHF-related comments from RISC-V only codepath. no functional change. git-svn-id: trunk@39827 - --- compiler/options.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index 9ca0f66fea..c4f00aad1f 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -4152,9 +4152,8 @@ begin {$endif arm} {$if defined(riscv32) or defined(riscv64)} - { ARMHF defaults } + { RISC-V defaults } if (target_info.abi = abi_riscv_hf) then - { set default cpu type to ARMv7a for ARMHF unless specified otherwise } begin {$ifdef riscv32} if not option.CPUSetExplicitly then