diff options
author | Matt Austern <austern@gcc.gnu.org> | 2004-02-24 20:09:16 +0000 |
---|---|---|
committer | Matt Austern <austern@gcc.gnu.org> | 2004-02-24 20:09:16 +0000 |
commit | abe57d38fc099f4df237a9597f6a79c29dd4f4e9 (patch) | |
tree | 37c7e31930df61f2783a313bd55ffc1ba9dd3281 /gcc/doc | |
parent | 8db4d7a18beeb032d2a5a463d07cc760bc9252f7 (diff) | |
download | gcc-abe57d38fc099f4df237a9597f6a79c29dd4f4e9.zip gcc-abe57d38fc099f4df237a9597f6a79c29dd4f4e9.tar.gz gcc-abe57d38fc099f4df237a9597f6a79c29dd4f4e9.tar.bz2 |
Reverted patch to add the -mmacosx= feature. (Darwin only)
From-SVN: r78383
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3fe6573..7e195f0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -461,7 +461,7 @@ in the following sections. -single_module -static -sub_library -sub_umbrella @gol -twolevel_namespace -umbrella -undefined @gol -unexported_symbols_list -weak_reference_mismatches @gol --whatsloaded -mmacosx=@var{ver}} +-whatsloaded} @emph{MIPS Options} @gccoptlist{-EL -EB -march=@var{arch} -mtune=@var{arch} @gol @@ -7578,13 +7578,6 @@ See man ld(1) for more information. This specifies the @var{executable} that will be loading the build output file being linked. See man ld(1) for more information. -@item -mmacosx=@var{ver} -@opindex mmacosx -This specifies the earliest version of Mac OS for which code should -be generated. Specifying @code{-mmacosx=10.2}, for example, allows -the compiler to use features that were first made available in that -version of the operating system. - @item -allowable_client @var{client_name} @itemx -arch_only |