Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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+

authored by

Randy Dunlap and committed by
Helge Deller
305ab0a7 963f1b20

+3 -1
+3 -1
arch/parisc/Makefile
··· 39 39 40 40 export LD_BFD 41 41 42 - # Set default 32 bits cross compilers for vdso 42 + # Set default 32 bits cross compilers for vdso. 43 + # This means that for 64BIT, both the 64-bit tools and the 32-bit tools 44 + # need to be in the path. 43 45 CC_ARCHES_32 = hppa hppa2.0 hppa1.1 44 46 CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux 45 47 CROSS32_COMPILE := $(call cc-cross-prefix, \