We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963f1b2 commit 305ab0aCopy full SHA for 305ab0a
arch/parisc/Makefile
@@ -39,7 +39,9 @@ endif
39
40
export LD_BFD
41
42
-# Set default 32 bits cross compilers for vdso
+# 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.
45
CC_ARCHES_32 = hppa hppa2.0 hppa1.1
46
CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux
47
CROSS32_COMPILE := $(call cc-cross-prefix, \
0 commit comments