Update FSF address.
[official-gcc.git] / gcc / config / avr / avr.opt
blob661c48d574c4cd22051c0fa0896deffcd3ced899
1 ; Options for the ATMEL AVR port of the compiler.
3 ; Copyright (C) 2005 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 2, 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 COPYING.  If not, write to the Free
19 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20 ; 02110-1301, USA.
22 mcall-prologues
23 Target Report Mask(CALL_PROLOGUES)
24 Use subroutines for function prologues and epilogues
26 mmcu=
27 Target RejectNegative Joined Var(avr_mcu_name) Init("avr2")
28 -mmcu=MCU       Select the target MCU
30 mdeb
31 Target Report Undocumented Mask(ALL_DEBUG)
33 minit-stack=
34 Target RejectNegative Joined Var(avr_init_stack) Init("__stack")
35 -minit-stack=STACK      Use STACK as the initial value of the stack pointer
37 mint8
38 Target Report Mask(INT8)
39 Use an 8-bit 'int' type
41 mno-interrupts
42 Target Report RejectNegative Mask(NO_INTERRUPTS)
43 Change the stack pointer without disabling interrupts
45 mno-tablejump
46 Target Report RejectNegative Mask(NO_TABLEJUMP)
47 Do not generate tablejump insns
49 morder1
50 Target Report Undocumented Mask(ORDER_1)
52 morder2
53 Target Report Undocumented Mask(ORDER_2)
55 mshort-calls
56 Target Report Mask(SHORT_CALLS)
57 Use rjmp/rcall (limited range) on >8K devices
59 msize
60 Target Report Mask(INSN_SIZE_DUMP)
61 Output instruction sizes to the asm file
63 mtiny-stack
64 Target Report Mask(TINY_STACK)
65 Change only the low 8 bits of the stack pointer