]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/vms/vms.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vms / vms.opt
1 ; Copyright (C) 2009-2022 Free Software Foundation, Inc.
2 ;
3 ; This file is part of GCC.
4 ;
5 ; GCC is free software; you can redistribute it and/or modify it under
6 ; the terms of the GNU General Public License as published by the Free
7 ; Software Foundation; either version 3, or (at your option) any later
8 ; version.
9 ;
10 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
11 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 ; for more details.
14 ;
15 ; You should have received a copy of the GNU General Public License
16 ; along with GCC; see the file COPYING3. If not see
17 ; <http://www.gnu.org/licenses/>.
18
19 HeaderInclude
20 config/vms/vms-opts.h
21
22 map
23 Target RejectNegative
24
25 mmalloc64
26 Target Var(flag_vms_malloc64) Init(1)
27 Malloc data into P2 space.
28
29 mdebug-main=
30 Target RejectNegative Joined Var(vms_debug_main)
31 Set name of main routine for the debugger.
32
33 mvms-return-codes
34 Target Var(flag_vms_return_codes)
35 Use VMS exit codes instead of posix ones.
36
37 mpointer-size=
38 Target Joined RejectNegative Enum(vms_pointer_size) Var(flag_vms_pointer_size) Init(VMS_POINTER_SIZE_NONE)
39 -mpointer-size=[no,32,short,64,long] Set the default pointer size.
40
41 Enum
42 Name(vms_pointer_size) Type(enum vms_pointer_size) UnknownError(unknown pointer size model %qs)
43
44 EnumValue
45 Enum(vms_pointer_size) String(no) Value(VMS_POINTER_SIZE_NONE)
46
47 EnumValue
48 Enum(vms_pointer_size) String(32) Value(VMS_POINTER_SIZE_32)
49
50 EnumValue
51 Enum(vms_pointer_size) String(short) Value(VMS_POINTER_SIZE_32)
52
53 EnumValue
54 Enum(vms_pointer_size) String(64) Value(VMS_POINTER_SIZE_64)
55
56 EnumValue
57 Enum(vms_pointer_size) String(long) Value(VMS_POINTER_SIZE_64)
58
59 ; The float representation format in effect for Ada
60 Variable
61 char vms_float_format = 'I'
62
63 ; This comment is to ensure we retain the blank line above.