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:
parent
634b8e9b20
commit
21d8969069
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user