mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
2d3bb19177028379c00cd3c6f07d42efe55628c7
CONFIG_LLD_VERSION was originally added in commitd5750cd3c5("kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1"), which is not applicable to 4.19. Additionally, lld-version.sh was eliminated and combined into ld-version.sh in commit02aff85922("kbuild: check the minimum linker version in Kconfig") and there was a follow up fix in commit1f09af0625("kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDOR"), which is a little large to take into android-4.19-stable for the sake of fixing an LTO issue. Add scripts/lld-version.sh but based on the upstream version of ld-version.sh so that we benefit from the fixes but do not have to backport a ton of patches just to get access to CONFIG_LLD_VERSION. Change-Id: I686ce6cc5f503540d8336b914f0fe978951c469b Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%