summaryrefslogtreecommitdiff
path: root/compiler/arm/cpuinfo.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/arm/cpuinfo.pas')
-rw-r--r--compiler/arm/cpuinfo.pas15
1 files changed, 15 insertions, 0 deletions
diff --git a/compiler/arm/cpuinfo.pas b/compiler/arm/cpuinfo.pas
index 8c65a365c0..e594901c0e 100644
--- a/compiler/arm/cpuinfo.pas
+++ b/compiler/arm/cpuinfo.pas
@@ -71,6 +71,21 @@ Type
fpu_vfpv4
);
+Const
+ fputypestrllvm : array[tfputype] of string[13] = ('',
+ '',
+ '',
+ '',
+ '',
+ '',
+ 'fpu=vfpv2',
+ 'fpu=vfpv3',
+ 'fpu=vfpv3-d16',
+ 'fpu=vfpv4-s16',
+ 'fpu=vfpv4'
+ );
+
+Type
tcontrollertype =
(ct_none,