summaryrefslogtreecommitdiff
path: root/compiler/msg/errorru.msg
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-24 21:13:41 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-24 21:13:41 +0000
commita061f13af5c110b873261c36f587ab3469900b03 (patch)
tree1d286ddb023a1ad83b2206cd63d26246f5107efb /compiler/msg/errorru.msg
parentd978f5bda3431835d2da6661f32686996b7f9cf3 (diff)
downloadfpc-a061f13af5c110b873261c36f587ab3469900b03.tar.gz
* use generic VFP type instead of VFP list prone to changes
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48410 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg/errorru.msg')
-rw-r--r--compiler/msg/errorru.msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msg/errorru.msg b/compiler/msg/errorru.msg
index 1f39e64e7b..6c832e78b0 100644
--- a/compiler/msg/errorru.msg
+++ b/compiler/msg/errorru.msg
@@ -3292,7 +3292,7 @@ option_invalid_iphoneos_deployment_target=11051_E_Invalid value for IPHONEOS_DEP
% XY.Z or XY.Z.AB with X, Y,Z , A and B all digits from 0-9.
% In case of iOS, it has to be X.Z.A, where X, Z and A can all be either 1 or 2
% digits from 0-9.
-option_illegal_fpu_eabihf=11052_E_You must use a FPU type of VFPV2, VFPV3 or VFPV3_D16 when using the EABIHF ABI target
+option_illegal_fpu_eabihf=11052_E_You must use one of the VFP FPU types when using the EABIHF ABI target
% The EABIHF (VFP hardfloat) ABI target can only be used with VFP FPUs.
option_w_unsupported_debug_format=11053_W_The selected debug format is not supported on the current target, not changing the current setting
% Not all targets support all debug formats (in particular, Stabs is not supported on 64 bit targets).