From: Ramkumar Ramachandra <artagnon@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/3] Get defconfig to work with ARCH=um
Date: Fri, 5 Jul 2013 02:33:14 +0530 [thread overview]
Message-ID: <1372971797-23518-1-git-send-email-artagnon@gmail.com> (raw)
Hi,
$ ARCH=um make defconfig
$ ARCH=um make
does not work on 64-bit hosts, because the build-infrastructure is
hard-wired to pick a 32-bit defconfig when ARCH=um. This series fixes
the problem.
[1/3] is somewhat unrelated to the series, and I happened to notice it
while reading. 12783aa07 (um: Switch to large mcmodel on x86_64,
2012-01-24) indicates that I did something stupid, but I don't know
what.
Thanks.
Ramkumar Ramachandra (3):
arch/um/Makefile: remove dead code
arch/um/configs: add defconfig for i386, x86_64
arch/um: migrate to using defconfig in configs/
arch/um/Kconfig.common | 5 -
arch/um/Makefile | 20 +-
arch/um/{defconfig => configs/i386_defconfig} | 209 +++++++++++++-------
arch/um/{defconfig => configs/x86_64_defconfig} | 250 +++++++++++++++---------
arch/x86/um/Kconfig | 5 +
5 files changed, 306 insertions(+), 183 deletions(-)
copy arch/um/{defconfig => configs/i386_defconfig} (86%)
rename arch/um/{defconfig => configs/x86_64_defconfig} (83%)
--
1.8.3.1.643.gebeea52.dirty
next reply other threads:[~2013-07-04 21:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 21:03 Ramkumar Ramachandra [this message]
2013-07-04 21:03 ` [PATCH 1/3] arch/um/Makefile: remove dead code Ramkumar Ramachandra
2013-07-04 21:14 ` Richard Weinberger
2013-07-04 23:53 ` Al Viro
2013-07-05 10:42 ` Ramkumar Ramachandra
2013-07-05 12:23 ` Al Viro
2013-07-04 21:03 ` [PATCH 2/3] arch/um/configs: add defconfig for i386, x86_64 Ramkumar Ramachandra
2013-07-04 21:03 ` [PATCH 3/3] arch/um: migrate to using defconfig in configs/ Ramkumar Ramachandra
2013-07-04 21:27 ` [PATCH 0/3] Get defconfig to work with ARCH=um richard -rw- weinberger
2013-07-04 22:21 ` Ramkumar Ramachandra
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=1372971797-23518-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®