Skip to content

Commit 305ab0a

Browse files
rddunlaphdeller
authored andcommitted
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 <[email protected]> Cc: "James E.J. Bottomley" <[email protected]> Cc: Helge Deller <[email protected]> Cc: [email protected] Signed-off-by: Helge Deller <[email protected]> Cc: [email protected] # v5.3+
1 parent 963f1b2 commit 305ab0a

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)