Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / config / vax / vax.opt
blob253eb6352c9c93d67f459d9d07aba5a53e6280cb
1 ; Options for the VAX port of the compiler.
3 ; Copyright (C) 2005-2023 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
22 Target RejectNegative InverseMask(G_FLOAT)
23 Target DFLOAT double precision code.
25 md-float
26 Target RejectNegative InverseMask(G_FLOAT)
27 Target DFLOAT double precision code.
30 Target RejectNegative Mask(G_FLOAT)
31 Generate GFLOAT double precision code.
33 mg-float
34 Target RejectNegative Mask(G_FLOAT)
35 Generate GFLOAT double precision code.
37 mgnu
38 Target RejectNegative InverseMask(UNIX_ASM)
39 Generate code for GNU assembler (gas).
41 munix
42 Target RejectNegative Mask(UNIX_ASM)
43 Generate code for UNIX assembler.
45 mlra
46 Target Mask(LRA)
47 Enable Local Register Allocation.
49 mvaxc-alignment
50 Target RejectNegative Mask(VAXC_ALIGNMENT)
51 Use VAXC structure conventions.
53 mqmath
54 Target Mask(QMATH)
55 Use new adddi3/subdi3 patterns.