1169689Skan; Processor-independent options for Darwin.
2169689Skan
3169689Skan; Copyright (C) 2005 Free Software Foundation, Inc.
4169689Skan;
5169689Skan; This file is part of GCC.
6169689Skan;
7169689Skan; GCC is free software; you can redistribute it and/or modify it under
8169689Skan; the terms of the GNU General Public License as published by the Free
9169689Skan; Software Foundation; either version 2, or (at your option) any later
10169689Skan; version.
11169689Skan;
12169689Skan; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13169689Skan; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14169689Skan; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15169689Skan; for more details.
16169689Skan;
17169689Skan; You should have received a copy of the GNU General Public License
18169689Skan; along with GCC; see the file COPYING.  If not, write to the Free
19169689Skan; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20169689Skan; 02110-1301, USA.
21169689Skan
22169689Skanmfix-and-continue
23169689SkanTarget Report Var(darwin_fix_and_continue)
24169689SkanGenerate code suitable for fast turn around debugging
25169689Skan
26169689Skanmmacosx-version-min=
27169689SkanTarget Joined Report Var(darwin_macosx_version_min)
28169689SkanThe earliest MacOS X version on which this program will run
29169689Skan
30169689Skanmone-byte-bool
31169689SkanTarget RejectNegative Report Var(darwin_one_byte_bool)
32169689SkanSet sizeof(bool) to 1
33169689Skan
34169689Skanfapple-kext
35169689SkanTarget Report Var(flag_apple_kext)
36169689SkanGenerate code for darwin loadable kernel extentions
37169689Skan
38169689Skanmkernel
39169689SkanTarget Report Var(flag_mkernel)
40169689SkanGenerate code for the kernel or loadable kernel extentions
41