2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / config / bfin / bfin.opt
blob9df88432d548e3f498c6ba3c9223415d488ef176
1 ; Options for the Blackfin port of the compiler
3 ; Copyright (C) 2005, 2007 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 3, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT
13 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 ; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15 ; License for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 msim
22 Target RejectNegative
23 Use simulator runtime
25 mcpu=
26 Target RejectNegative Joined
27 Specify the name of the target CPU
29 momit-leaf-frame-pointer
30 Target Report Mask(OMIT_LEAF_FRAME_POINTER)
31 Omit frame pointer for leaf functions
33 mlow64k
34 Target Report Mask(LOW_64K)
35 Program is entirely located in low 64k of memory
37 mcsync-anomaly
38 Target Report Var(bfin_csync_anomaly) Init(-1)
39 Work around a hardware anomaly by adding a number of NOPs before a
40 CSYNC or SSYNC instruction.
42 mspecld-anomaly
43 Target Report Var(bfin_specld_anomaly) Init(-1)
44 Avoid speculative loads to work around a hardware anomaly.
46 mid-shared-library
47 Target Report Mask(ID_SHARED_LIBRARY)
48 Enabled ID based shared library
50 mleaf-id-shared-library
51 Target Report Mask(LEAF_ID_SHARED_LIBRARY)
52 Generate code that won't be linked against any other ID shared libraries,
53 but may be used as a shared library.
55 mshared-library-id=
56 Target RejectNegative Joined UInteger Var(bfin_library_id)
57 ID of shared library to build
59 msep-data
60 Target Report Mask(SEP_DATA)
61 Enable separate data segment
63 mlong-calls
64 Target Report Mask(LONG_CALLS)
65 Avoid generating pc-relative calls; use indirection
67 mfast-fp
68 Target Report Mask(FAST_FP)
69 Link with the fast floating-point library
71 mfdpic
72 Target Report Mask(FDPIC)
73 Enable Function Descriptor PIC mode
75 minline-plt
76 Target Report Mask(INLINE_PLT)
77 Enable inlining of PLT in function calls
79 mstack-check-l1
80 Target Report Mask(STACK_CHECK_L1)
81 Do stack checking using bounds in L1 scratch memory
83 mmulticore
84 Target Report Mask(MULTICORE)
85 Enable multicore support
87 mcorea
88 Target Report Mask(COREA)
89 Build for Core A
91 mcoreb
92 Target Report Mask(COREB)
93 Build for Core B
95 msdram
96 Target Report Mask(SDRAM)
97 Build for SDRAM