From 1dd23696e308e31d1f11672b62ec297bc7a91bfd Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 28 Apr 2022 22:51:11 +0200 Subject: [PATCH] * cleanup --- rtl/embedded/system.pp | 8 -------- rtl/freertos/system.pp | 8 -------- 2 files changed, 16 deletions(-) diff --git a/rtl/embedded/system.pp b/rtl/embedded/system.pp index b812f07867..a5170fb308 100644 --- a/rtl/embedded/system.pp +++ b/rtl/embedded/system.pp @@ -25,14 +25,6 @@ Unit System; {$define FPC_IS_SYSTEM} {$define HAS_CMDLINE} -{ currently, the avr compiler cannot compile complex procedures especially dealing with int64 - which are probably anyways rarely used on avr - - meanwhile, the avr compiler can deal with them (FK) } -{$ifdef CPUAVR} -{ $define EXCLUDE_COMPLEX_PROCS} -{$endif CPUAVR} - { $define USE_NOTHREADMANAGER} {$define DISABLE_NO_THREAD_MANAGER} diff --git a/rtl/freertos/system.pp b/rtl/freertos/system.pp index 297f4f4405..9da53d575d 100644 --- a/rtl/freertos/system.pp +++ b/rtl/freertos/system.pp @@ -25,14 +25,6 @@ Unit System; {$define FPC_IS_SYSTEM} {$define HAS_CMDLINE} -{ currently, the avr compiler cannot compile complex procedures especially dealing with int64 - which are probably anyways rarely used on avr - - meanwhile, the avr compiler can deal with them (FK) } -{$ifdef CPUAVR} -{ $define EXCLUDE_COMPLEX_PROCS} -{$endif CPUAVR} - { $define USE_NOTHREADMANAGER} {$define DISABLE_NO_THREAD_MANAGER}