From: Pete Zaitcev <zaitcev@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: CONFIG_KALLSYMS on 64-bitters
Date: Thu, 27 Mar 2003 17:54:04 -0500 [thread overview]
Message-ID: <20030327175404.A4396@devserv.devel.redhat.com> (raw)
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 =
reply other threads:[~2003-03-27 22:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030327175404.A4396@devserv.devel.redhat.com \
--to=zaitcev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.