remove-apple-clang-manpage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 4 May 2024 05:30:47 +0000 (07:30 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 4 May 2024 05:30:47 +0000 (07:30 +0200)
===================================================================

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

clang/docs/CommandGuide/clang.rst

index 139c8f25137d3fbfdeb9b004913cb44ed3fc31b1..ad4738c468b9818dedbda2f8702bd3d23c324b26 100644 (file)
@@ -354,24 +354,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>
-
-  Specify the architecture to build for (Mac OS X specific).
-
 .. option:: -target <architecture>
 
   Specify the architecture to build for (all platforms).
 
-.. 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
@@ -706,11 +692,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
 ----