mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
099f0261d93727c97aa0dea2ed22bedf991fe574
Allmodconfig on arm64 enables CPU_BIG_ENDIAN=y, which causes issues with ld.lld which doesn't support linking aarch64be-linux-gnu targets (see https://reviews.llvm.org/D58655#1410281). However, it is very unlikely that real android devices run with arm64 BE hardware in practice. So, until we can find a better fix, let's simply force CPU_BIG_ENDIAN=n for allmodconfig builds. Bug: 141733632 Bug: 140224784 Signed-off-by: Quentin Perret <qperret@google.com> Change-Id: Ic4693ae1f462144c8219b397463ca341f6fe08a1
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.
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%