1 ; Options for the picoChip port of the compiler.
3 ; Copyright (C) 2008 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
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
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 Joined Var(picochip_ae_type_string)
23 Specify which type of AE to target. This option sets the mul-type and byte-access.
26 Target RejectNegative Undocumented Joined Var(picochip_mul_type_string)
27 Specify which type of multiplication to use. Can be mem, mac or none.
30 Target Undocumented Var(picochip_has_byte_access,1) Init(1)
31 Specify whether the byte access instructions should be used. Enabled by default.
34 Target RejectNegative Undocumented Mask(DEBUG)
35 Enable debug output to be generated.
38 Target Mask(SYMBOL_AS_ADDRESS)
39 Allow a symbol value to be used as an immediate value in an instruction.
42 Target Mask(INEFFICIENT_WARNINGS)
43 Generate warnings when inefficient code is known to be generated.
46 Target Mask(INEFFICIENT_WARNINGS) MaskExists Undocumented