]> git.ipfire.org Git - thirdparty/linux.git/commit
parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 25 Jun 2025 07:30:54 +0000 (00:30 -0700)
committerHelge Deller <deller@gmx.de>
Fri, 25 Jul 2025 20:45:23 +0000 (22:45 +0200)
commit305ab0a748c52eeaeb01d8cff6408842d19e5cb5
tree0dad293cb926a87d0950663848abd64b87c8245d
parent963f1b20a8d2a098954606b9725cd54336a2a86c
parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers

For building a 64-bit kernel, both 32-bit and 64-bit VDSO binaries
are built, so both 32-bit and 64-bit compilers (and tools) should be
in the PATH environment variable.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.3+
arch/parisc/Makefile