From: LLVM Packaging Team Date: Sat, 25 Jun 2022 07:56:23 +0000 (+0100) Subject: remove-apple-clang-manpage X-Git-Tag: archive/raspbian/1%14.0.6-2+rpi1^2^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c1d61ca6be02cf98a1195e0224f4ca12b4d61d7c;p=llvm-toolchain-14.git remove-apple-clang-manpage =================================================================== Gbp-Pq: Name remove-apple-clang-manpage.diff --- diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 6797020d1b..eeec24a3fe 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -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 +.. option:: -target Specify the architecture to build for. -.. option:: -mmacosx-version-min= - - 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 ----