Browse Source

* xtensa-freertos: enable softfloat for now

git-svn-id: trunk@44463 -
florian 5 years ago
parent
commit
5ef1ede0a4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/options.pas

+ 2 - 1
compiler/options.pas

@@ -4238,7 +4238,8 @@ begin
      ((target_info.system in [system_arm_wince,system_arm_gba,
      ((target_info.system in [system_arm_wince,system_arm_gba,
          system_m68k_amiga,system_m68k_atari,
          system_m68k_amiga,system_m68k_atari,
          system_arm_nds,system_arm_embedded,
          system_arm_nds,system_arm_embedded,
-         system_riscv32_embedded,system_riscv64_embedded,system_xtensa_embedded])
+         system_riscv32_embedded,system_riscv64_embedded,system_xtensa_embedded,
+         system_xtensa_freertos])
 {$ifdef arm}
 {$ifdef arm}
       or (target_info.abi=abi_eabi)
       or (target_info.abi=abi_eabi)
 {$endif arm}
 {$endif arm}