From: LLVM Packaging Team Date: Wed, 7 Aug 2019 13:11:36 +0000 (+0100) Subject: remove-apple-clang-manpage X-Git-Tag: archive/raspbian/1%8.0.1-3+rpi1~2^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e96b97de7ce36b631dee503554d9470f0805e44a;p=llvm-toolchain-8.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 a75b6c911..708285529 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -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 +.. option:: -target Specify the architecture to build for. -.. option:: -mmacosx-version-min= - - 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= 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 ----