diff options
author | Douglas B Rupp <rupp@gnat.com> | 2014-03-08 20:57:29 +0000 |
---|---|---|
committer | Douglas Rupp <rupp@gcc.gnu.org> | 2014-03-08 20:57:29 +0000 |
commit | 21d89690699adb7f9737b1bf17d076e21967dd72 (patch) | |
tree | 7b4870e25c48fa7ec4085e0a1fb9e7bc34cce5ea /gcc/config | |
parent | 634b8e9b2027b24269dc925a575f20c07da37b97 (diff) | |
download | gcc-21d89690699adb7f9737b1bf17d076e21967dd72.zip gcc-21d89690699adb7f9737b1bf17d076e21967dd72.tar.gz gcc-21d89690699adb7f9737b1bf17d076e21967dd72.tar.bz2 |
Fixes reported build failure.
Tested by cross compiler target ia64-hp-openvms
* config/vms/vms.opt (vms_float_format): New variable.
From-SVN: r208433
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/vms/vms.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index a77d024..7b6167d 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -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. |