comparison gcc/config/ft32/ft32.opt @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ; Options for the FT32 port of the compiler. 1 ; Options for the FT32 port of the compiler.
2 2
3 ; Copyright (C) 2015-2018 Free Software Foundation, Inc. 3 ; Copyright (C) 2015-2020 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
18 ; along with GCC; see the file COPYING3. If not see 18 ; along with GCC; see the file COPYING3. If not see
19 ; <http://www.gnu.org/licenses/>. 19 ; <http://www.gnu.org/licenses/>.
20 20
21 msim 21 msim
22 Target Report Mask(SIM) 22 Target Report Mask(SIM)
23 target the software simulator. 23 Target the software simulator.
24 24
25 mlra 25 mlra
26 Target Report Var(ft32_lra_flag) Init(0) Save 26 Target Report Var(ft32_lra_flag) Init(0) Save
27 Use LRA instead of reload. 27 Use LRA instead of reload.
28 28
29 mnodiv 29 mnodiv
30 Target Report Mask(NODIV) 30 Target Report Mask(NODIV)
31 Avoid use of the DIV and MOD instructions 31 Avoid use of the DIV and MOD instructions.
32 32
33 mft32b 33 mft32b
34 Target Report Mask(FT32B) 34 Target Report Mask(FT32B)
35 target the FT32B architecture 35 Target the FT32B architecture.
36 36
37 mcompress 37 mcompress
38 Target Report Mask(COMPRESS) 38 Target Report Mask(COMPRESS)
39 enable FT32B code compression 39 Enable FT32B code compression.
40 40
41 mnopm 41 mnopm
42 Target Report Mask(NOPM) 42 Target Report Mask(NOPM)
43 Avoid placing any readable data in program memory 43 Avoid placing any readable data in program memory.