lkml.org 
[lkml]   [2003]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectCONFIG_KALLSYMS on 64-bitters
Guys,

the kallsyms program aborts for me when trying to build s390x
kernel while running a 31-bit kernel. It takes the target
from the environment variable, which actually is relevant
to the build host, and not the target. So, what do you think
about the attached patchlet?

-- Pete

--- linux-2.4.20-2.1.24.z2/Makefile 2003-03-27 12:29:51.000000000 -0500
+++ linux-2.4.20-2.1.15.z.1/Makefile 2003-03-21 19:01:26.000000000 -0500
@@ -45,7 +46,7 @@
MAKEFILES = $(TOPDIR)/.config
GENKSYMS = /sbin/genksyms
DEPMOD = /sbin/depmod
-KALLSYMS = /sbin/kallsyms
+KALLSYMS = UNAME_MACHINE=$(ARCH) /sbin/kallsyms
MODFLAGS = -DMODULE
CFLAGS_KERNEL =
CFLAGS_KGDB =
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.087 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site