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
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 COPYING. If not, write to the Free
19 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
23 Target Report Mask(CALL_PROLOGUES)
24 Use subroutines for function prologues and epilogues
27 Target RejectNegative Joined Var(avr_mcu_name) Init("avr2")
28 -mmcu=MCU Select the target MCU
31 Target Report Undocumented Mask(ALL_DEBUG)
34 Target RejectNegative Joined Var(avr_init_stack) Init("__stack")
35 -minit-stack=STACK Use STACK as the initial value of the stack pointer
38 Target Report Mask(INT8)
39 Use an 8-bit 'int' type
42 Target Report RejectNegative Mask(NO_INTERRUPTS)
43 Change the stack pointer without disabling interrupts
46 Target Report RejectNegative Mask(NO_TABLEJUMP)
47 Do not generate tablejump insns
50 Target Report Undocumented Mask(ORDER_1)
53 Target Report Undocumented Mask(ORDER_2)
56 Target Report Mask(SHORT_CALLS)
57 Use rjmp/rcall (limited range) on >8K devices
60 Target Report Mask(INSN_SIZE_DUMP)
61 Output instruction sizes to the asm file
64 Target Report Mask(TINY_STACK)
65 Change only the low 8 bits of the stack pointer