OSDN Git Service

2010-04-30 Tobias Burnus Mburnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / config / picochip / picochip.opt
1 ; Options for the picoChip port of the compiler.
2
3 ; Copyright (C) 2008 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 3, or (at your option) any later
10 ; version.
11 ;
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.
16 ;
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/>.
20
21 mae=
22 Target RejectNegative Joined Var(picochip_ae_type_string)
23 Specify which type of AE to target. This option sets the mul-type and byte-access.
24
25 mmul-type=
26 Target RejectNegative Undocumented Joined Var(picochip_mul_type_string)
27 Specify which type of multiplication to use. Can be mem, mac or none.
28
29 mbyte-access
30 Target Undocumented Var(picochip_has_byte_access,1) Init(1)
31 Specify whether the byte access instructions should be used. Enabled by default.
32
33 mdebug
34 Target RejectNegative Undocumented Mask(DEBUG)
35 Enable debug output to be generated.
36
37 msymbol-as-address
38 Target Mask(SYMBOL_AS_ADDRESS)
39 Allow a symbol value to be used as an immediate value in an instruction.
40
41 minefficient-warnings
42 Target Mask(INEFFICIENT_WARNINGS)
43 Generate warnings when inefficient code is known to be generated.
44
45 minefficient
46 Target Mask(INEFFICIENT_WARNINGS) MaskExists Undocumented