remove-apple-clang-manpage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +0000)
===================================================================

Gbp-Pq: Name remove-apple-clang-manpage.diff

clang/docs/CommandGuide/clang.rst

index d440d915d686db7f3fd5a787922425653de03951..a1a90110b40062b536eab504283823e7c6361a27 100644 (file)
@@ -310,20 +310,10 @@ Clang fully supports cross compilation as an inherent part of its design.
 Depending on how your version of Clang is configured, it may have support for a
 number of cross compilers, or may only support a native target.
 
-.. option:: -arch <architecture>
+.. option:: -target <architecture>
 
   Specify the architecture to build for.
 
-.. option:: -mmacosx-version-min=<version>
-
-  When building for Mac OS X, specify the minimum version supported by your
-  application.
-
-.. option:: -miphoneos-version-min
-
-  When building for iPhone OS, specify the minimum version supported by your
-  application.
-
 .. option:: -march=<cpu>
 
   Specify that Clang should generate code for a specific processor family
@@ -616,11 +606,6 @@ ENVIRONMENT
   These environment variables specify additional paths, as for :envvar:`CPATH`, which are
   only used when processing the appropriate language.
 
-.. envvar:: MACOSX_DEPLOYMENT_TARGET
-
-  If :option:`-mmacosx-version-min` is unspecified, the default deployment
-  target is read from this environment variable. This option only affects
-  Darwin targets.
 
 BUGS
 ----