mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:29:18 +02:00
- removed unused constants
git-svn-id: trunk@35664 -
This commit is contained in:
parent
0897bd154a
commit
73c46a5988
@ -61,8 +61,6 @@ Const
|
|||||||
ControllerSupport = false; (* Not yet at least ;-) *)
|
ControllerSupport = false; (* Not yet at least ;-) *)
|
||||||
{# Size of native extended floating point type }
|
{# Size of native extended floating point type }
|
||||||
extended_size = 8;
|
extended_size = 8;
|
||||||
{# Size of a multimedia register }
|
|
||||||
mmreg_size = 16;
|
|
||||||
{ target cpu string (used by compiler options) }
|
{ target cpu string (used by compiler options) }
|
||||||
target_cpu_string = 'aarch64';
|
target_cpu_string = 'aarch64';
|
||||||
|
|
||||||
|
@ -489,8 +489,6 @@ Const
|
|||||||
ControllerSupport = true;
|
ControllerSupport = true;
|
||||||
{# Size of native extended floating point type }
|
{# Size of native extended floating point type }
|
||||||
extended_size = 12;
|
extended_size = 12;
|
||||||
{# Size of a multimedia register }
|
|
||||||
mmreg_size = 16;
|
|
||||||
{ target cpu string (used by compiler options) }
|
{ target cpu string (used by compiler options) }
|
||||||
target_cpu_string = 'arm';
|
target_cpu_string = 'arm';
|
||||||
|
|
||||||
|
@ -216,8 +216,6 @@ Const
|
|||||||
ControllerSupport = true;
|
ControllerSupport = true;
|
||||||
{# Size of native extended floating point type }
|
{# Size of native extended floating point type }
|
||||||
extended_size = 12;
|
extended_size = 12;
|
||||||
{# Size of a multimedia register }
|
|
||||||
mmreg_size = 16;
|
|
||||||
{ target cpu string (used by compiler options) }
|
{ target cpu string (used by compiler options) }
|
||||||
target_cpu_string = 'avr';
|
target_cpu_string = 'avr';
|
||||||
|
|
||||||
|
@ -61,8 +61,6 @@ Type
|
|||||||
Const
|
Const
|
||||||
{# Size of native extended floating point type }
|
{# Size of native extended floating point type }
|
||||||
extended_size = 8;
|
extended_size = 8;
|
||||||
{# Size of a multimedia register }
|
|
||||||
mmreg_size = 0;
|
|
||||||
{ calling conventions supported by the code generator }
|
{ calling conventions supported by the code generator }
|
||||||
supported_calling_conventions : tproccalloptions = [
|
supported_calling_conventions : tproccalloptions = [
|
||||||
pocall_internproc,
|
pocall_internproc,
|
||||||
|
@ -82,8 +82,6 @@ Const
|
|||||||
ControllerSupport = true;
|
ControllerSupport = true;
|
||||||
{ Size of native extended type }
|
{ Size of native extended type }
|
||||||
extended_size = 10;
|
extended_size = 10;
|
||||||
{ Size of a multimedia register }
|
|
||||||
mmreg_size = 16;
|
|
||||||
{ target cpu string (used by compiler options) }
|
{ target cpu string (used by compiler options) }
|
||||||
target_cpu_string = 'x86_64';
|
target_cpu_string = 'x86_64';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user