Fixes reported build failure.

Tested by cross compiler target ia64-hp-openvms

	* config/vms/vms.opt (vms_float_format): New variable.

From-SVN: r208433
This commit is contained in:
Douglas B Rupp 2014-03-08 20:57:29 +00:00 committed by Douglas Rupp
parent 634b8e9b20
commit 21d8969069
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-03-08 Douglas B Rupp <rupp@gnat.com>
* config/vms/vms.opt (vms_float_format): New variable.
2014-03-08 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-fcilkplus): Update implementation

View File

@ -56,4 +56,8 @@ Enum(vms_pointer_size) String(64) Value(VMS_POINTER_SIZE_64)
EnumValue
Enum(vms_pointer_size) String(long) Value(VMS_POINTER_SIZE_64)
; The float representation format in effect for Ada
Variable
char vms_float_format = 'I'
; This comment is to ensure we retain the blank line above.