remove-apple-clang-manpage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 15 Aug 2020 19:53:41 +0000 (20:53 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 15 Aug 2020 19:53:41 +0000 (20:53 +0100)
===================================================================

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

clang/docs/CommandGuide/clang.rst

index 7b0873600fc3b1702766c6cd726726ab050ce4d1..027311348d15a6e2736ca80010491db1216fffa6 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 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
@@ -626,11 +616,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
 ----