comparison gcc/config/avr/avr.opt @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ; Options for the ATMEL AVR port of the compiler. 1 ; Options for the ATMEL AVR port of the compiler.
2 2
3 ; Copyright (C) 2005-2017 Free Software Foundation, Inc. 3 ; Copyright (C) 2005-2018 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 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 8 ; the terms of the GNU General Public License as published by the Free
62 62
63 mbranch-cost= 63 mbranch-cost=
64 Target Report Joined RejectNegative UInteger Var(avr_branch_cost) Init(0) 64 Target Report Joined RejectNegative UInteger Var(avr_branch_cost) Init(0)
65 Set the branch costs for conditional branch instructions. Reasonable values are small, non-negative integers. The default branch cost is 0. 65 Set the branch costs for conditional branch instructions. Reasonable values are small, non-negative integers. The default branch cost is 0.
66 66
67 mmain-is-OS_task
68 Target Report Mask(MAIN_IS_OS_TASK)
69 Treat main as if it had attribute OS_task.
70
67 morder1 71 morder1
68 Target Report Undocumented Mask(ORDER_1) 72 Target Report Undocumented Mask(ORDER_1)
69 73
70 morder2 74 morder2
71 Target Report Undocumented Mask(ORDER_2) 75 Target Report Undocumented Mask(ORDER_2)