OSDN Git Service

* config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
[pf3gnuchains/gcc-fork.git] / gcc / config / h8300 / h8300.opt
1 ; Options for the Renesas H8/300 port of the compiler
2 ;
3 ; Copyright (C) 2005 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
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 2, or (at your option) any later
10 ; version.
11 ;
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT
13 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 ; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15 ; License for more details.
16 ;
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING.  If not, write to the Free
19 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20 ; 02110-1301, USA.
21
22 ms
23 Target Mask(H8300S_1)
24 Generate H8S code
25
26 msx
27 Target Mask(H8300SX)
28 Generate H8SX code
29
30 ms2600
31 Target Mask(MAC)
32 Generate H8S/2600 code
33
34 mint32
35 Target RejectNegative Mask(INT32)
36 Make integers 32 bits wide
37
38 maddresses
39 Target Undocumented RejectNegative Mask(ADDRESSES)
40
41 mquickcall
42 Target Mask(QUICKCALL)
43 Use registers for argument passing
44
45 mslowbyte
46 Target RejectNegative Mask(SLOWBYTE)
47 Consider access to byte sized memory slow
48
49 mrelax
50 Target RejectNegative Mask(RELAX)
51 Enable linker relaxing
52
53 mh
54 Target Mask(H8300H)
55 Generate H8/300H code
56
57 mn
58 Target Mask(NORMAL_MODE)
59 Enable the normal mode
60
61 malign-300
62 Target RejectNegative Mask(ALIGN_300)
63 Use H8/300 alignment rules