Skip to content

Commit 7595fe8

Browse files
rddunlapgregkh
authored andcommitted
parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
commit 305ab0a upstream. 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+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4afb135 commit 7595fe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/parisc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ endif
3939

4040
export LD_BFD
4141

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.
4345
CC_ARCHES_32 = hppa hppa2.0 hppa1.1
4446
CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux
4547
CROSS32_COMPILE := $(call cc-cross-prefix, \

0 commit comments

Comments
 (0)