remove-apple-clang-manpage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 30 Nov 2021 18:32:51 +0000 (18:32 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 30 Nov 2021 18:32:51 +0000 (18:32 +0000)
===================================================================

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

clang/docs/CommandGuide/clang.rst

index a24e138e86a7d23a328678150b92ca661a64daeb..e68afd6b686a5fff0f3da5211bd198111f8d2e4e 100644 (file)
@@ -321,20 +321,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 macOS, 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:: --print-supported-cpus
 
   Print out a list of supported processors for the given target (specified
@@ -653,11 +643,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
 ----