Commit 57164024 by Mike Stump Committed by Mike Stump

* doc/invoke.texi (Darwin Options): Document -mkernel.

From-SVN: r117798
parent 5b440a1c
......@@ -6,6 +6,7 @@
2006-10-16 Mike Stump <mrs@apple.com>
* doc/invoke.texi (Darwin Options): Document -mkernel.
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add
-mkernel support.
(C_COMMON_OVERRIDE_OPTIONS): Add -mkernel support. Add
......
......@@ -470,7 +470,7 @@ Objective-C and Objective-C++ Dialects}.
-twolevel_namespace -umbrella -undefined @gol
-unexported_symbols_list -weak_reference_mismatches @gol
-whatsloaded -F -gused -gfull -mmacosx-version-min=@var{version} @gol
-mone-byte-bool}
-mkernel -mone-byte-bool}
@emph{DEC Alpha Options}
@gccoptlist{-mno-fp-regs -msoft-float -malpha-as -mgas @gol
......@@ -8074,6 +8074,16 @@ is @var{version}. Typical values of @var{version} include @code{10.1},
The default for this option is to make choices that seem to be most
useful.
@item -mkernel
@opindex mkernel
Enable kernel development mode. The @option{-mkernel} sets
@option{-static}, @option{-fno-common}, @option{-fno-cxa-atexit},
@option{-fno-exceptions}, @option{-fno-non-call-exceptions},
@option{-fapple-kext}, @option{-fno-weak} and @option{-fno-rtti} where
applicable. This mode also sets @option{-mno-altivec},
@option{-msoft-float}, @option{-fno-builtin} and
@option{-mlong-branch} for PowerPC targets.
@item -mone-byte-bool
@opindex -mone-byte-bool
Override the defaults for @samp{bool} so that @samp{sizeof(bool)==1}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment