OSDN Git Service

xtensa: Convert to fma.
[pf3gnuchains/gcc-fork.git] / gcc / config / darwin.opt
1 ; Processor-independent options for Darwin.
2
3 ; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
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.
11 ;
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
15 ; for more details.
16 ;
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/>.
20
21 ; Various linker options have a -Z added so that they can get to specs
22 ; processing without interference.  Note that an option name with a
23 ; prefix that matches another option name, that also takes an
24 ; argument, being mapped to a -Z linker option, needs to be modified
25 ; so the prefix is different, otherwise a '*' after the shorter option
26 ; will match with the longer one.
27
28 all_load
29 Driver Alias(Zall_load)
30
31 allowable_client
32 Driver Separate Alias(Zallowable_client)
33
34 arch_errors_fatal
35 Driver Alias(Zarch_errors_fatal)
36
37 bind_at_load
38 Driver Alias(Zbind_at_load)
39
40 bundle
41 Driver Alias(Zbundle)
42
43 bundle_loader
44 Driver Separate Alias(Zbundle_loader)
45
46 dead_strip
47 Driver Alias(Zdead_strip)
48
49 dependency-file
50 C ObjC C++ ObjC++ Separate Alias(MF) MissingArgError(missing filename after %qs)
51
52 dylib_file
53 Driver Separate Alias(Zdylib_file)
54
55 dynamic
56 Driver Alias(Zdynamic)
57
58 dynamiclib
59 Driver Alias(Zdynamiclib)
60
61 exported_symbols_list
62 Driver Separate Alias(Zexported_symbols_list)
63
64 filelist
65 Driver RejectNegative Separate
66
67 findirect-virtual-calls
68 Driver RejectNegative
69
70 flat_namespace
71 Driver RejectNegative Alias(Zflat_namespace)
72
73 force_cpusubtype_ALL
74 Driver RejectNegative Alias(Zforce_cpusubtype_ALL)
75
76 force_flat_namespace
77 Driver RejectNegative Alias(Zforce_flat_namespace)
78
79 framework
80 Driver RejectNegative Separate
81
82 fterminated-vtables
83 Driver RejectNegative
84
85 gfull
86 Driver
87
88 gused
89 Driver
90
91 image_base
92 Driver Separate Alias(Zimage_base)
93
94 init
95 Driver Separate Alias(Zinit)
96
97 install_name
98 Driver Separate Alias(Zinstall_name)
99
100 mconstant-cfstrings
101 Target Report Var(darwin_constant_cfstrings) Init(1)
102 Generate compile-time CFString objects
103
104 multi_module
105 Driver RejectNegative Alias(Zmulti_module)
106
107 multiply_defined
108 Driver RejectNegative Separate Alias(Zmultiply_defined)
109
110 multiply_defined_unused
111 Driver RejectNegative Separate Alias(Zmultiplydefinedunused)
112
113 no_dead_strip_inits_and_terms
114 Driver Alias(Zno_dead_strip_inits_and_terms)
115
116 seg_addr_table
117 Driver Separate Alias(Zseg_addr_table)
118
119 seg_addr_table_filename
120 Driver Separate Alias(Zfn_seg_addr_table_filename)
121
122 segaddr
123 Driver Separate Args(2) Alias(Zsegaddr)
124
125 segs_read_only_addr
126 Driver Separate Alias(Zsegs_read_only_addr)
127
128 segs_read_write_addr
129 Driver Separate Alias(Zsegs_read_write_addr)
130
131 single_module
132 Driver Alias(Zsingle_module)
133
134 umbrella
135 Driver Separate Alias(Zumbrella)
136
137 unexported_symbols_list
138 Driver Separate Alias(Zunexported_symbols_list)
139
140 weak_reference_mismatches
141 Driver Separate Alias(Zweak_reference_mismatches)
142
143 Wnonportable-cfstrings
144 Target Report Var(darwin_warn_nonportable_cfstrings) Init(1) Warning
145 Warn if constant CFString objects contain non-portable characters
146
147 ; Use new-style pic stubs if this is true, x86 only so far.
148 matt-stubs
149 Target Report Var(darwin_macho_att_stub) Init(1)
150 Generate AT&T-style stubs for Mach-O
151
152 mdynamic-no-pic
153 Target Common Report Mask(MACHO_DYNAMIC_NO_PIC)
154 Generate code suitable for executables (NOT shared libs)
155
156 mfix-and-continue
157 Target Report Var(darwin_fix_and_continue)
158 Generate code suitable for fast turn around debugging
159
160 ; The Init here is for the convenience of GCC developers, so that
161 ; cc1 and cc1plus don't crash if no -mmacosx-version-min is passed.  The
162 ; driver will always pass a -mmacosx-version-min, so in normal use
163 ; the Init is never used.
164 mmacosx-version-min=
165 Target Joined Report Var(darwin_macosx_version_min) Init("10.1")
166 The earliest MacOS X version on which this program will run
167
168 mone-byte-bool
169 Target RejectNegative Report Var(darwin_one_byte_bool)
170 Set sizeof(bool) to 1
171
172 fapple-kext
173 Target Report C++ Var(flag_apple_kext)
174 Generate code for darwin loadable kernel extensions
175
176 mkernel
177 Target Report Var(flag_mkernel)
178 Generate code for the kernel or loadable kernel extensions
179
180 iframework
181 Target RejectNegative C ObjC C++ ObjC++ Joined Separate 
182 -iframework <dir>       Add <dir> to the end of the system framework include path
183
184 Zall_load
185 Driver
186
187 Zallowable_client
188 Driver Separate
189
190 Zarch_errors_fatal
191 Driver
192
193 Zbind_at_load
194 Driver
195
196 Zbundle
197 Driver
198
199 Zbundle_loader
200 Driver Separate
201
202 Zdead_strip
203 Driver
204
205 Zdylib_file
206 Driver Separate
207
208 Zdynamic
209 Driver
210
211 Zdynamiclib
212 Driver
213
214 Zexported_symbols_list
215 Driver Separate
216
217 Zfn_seg_addr_table_filename
218 Driver Separate
219
220 Zflat_namespace
221 Driver
222
223 Zforce_cpusubtype_ALL
224 Driver
225
226 Zforce_flat_namespace
227 Driver
228
229 Zimage_base
230 Driver Separate
231
232 Zinit
233 Driver Separate
234
235 Zinstall_name
236 Driver Separate
237
238 Zmulti_module
239 Driver
240
241 Zmultiply_defined
242 Driver Separate
243
244 Zmultiplydefinedunused
245 Driver Separate
246
247 Zno_dead_strip_inits_and_terms
248 Driver
249
250 Zseg_addr_table
251 Driver Separate
252
253 Zsegaddr
254 Driver Separate Args(2)
255
256 Zsegs_read_only_addr
257 Driver Separate
258
259 Zsegs_read_write_addr
260 Driver Separate
261
262 Zsingle_module
263 Driver
264
265 Zumbrella
266 Driver Separate
267
268 Zunexported_symbols_list
269 Driver Separate
270
271 Zweak_reference_mismatches
272 Driver Separate
273
274 client_name
275 Driver Separate
276
277 compatibility_version
278 Driver Separate
279
280 current_version
281 Driver Separate
282
283 dylinker_install_name
284 Driver Separate
285
286 pagezero_size
287 Driver Separate
288
289 read_only_relocs
290 Driver Separate
291
292 sectalign
293 Driver Separate Args(3)
294
295 sectcreate
296 Driver Separate Args(3)
297
298 sectobjectsymbols
299 Driver Separate Args(2)
300
301 sectorder
302 Driver Separate Args(3)
303
304 seg1addr
305 Driver Separate
306
307 segcreate
308 Driver Separate Args(3)
309
310 segprot
311 Driver Separate Args(3)
312
313 segs_read_only_addr
314 Driver Separate
315
316 segs_read_write_addr
317 Driver Separate
318
319 sub_library
320 Driver Separate
321
322 sub_umbrella
323 Driver Separate
324
325 undefined
326 Driver Separate