comparison gcc/config/ft32/ft32.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 FT32 port of the compiler. 1 ; Options for the FT32 port of the compiler.
2 2
3 ; Copyright (C) 2015-2017 Free Software Foundation, Inc. 3 ; Copyright (C) 2015-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
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
33 mft32b
34 Target Report Mask(FT32B)
35 target the FT32B architecture
36
37 mcompress
38 Target Report Mask(COMPRESS)
39 enable FT32B code compression
40
41 mnopm
42 Target Report Mask(NOPM)
43 Avoid placing any readable data in program memory