remove-apple-clang-manpage
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 7 Aug 2019 13:11:36 +0000 (14:11 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 7 Aug 2019 13:11:36 +0000 (14:11 +0100)
===================================================================

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

clang/docs/CommandGuide/clang.rst

index a75b6c911571a33b23331fce4a9dd7ebd67f7cfa..70828552939fdbaef66d54ed9ba3b1a06436a598 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
 ----