Re: [PATCH 2/8] um: Do not use SUBARCH
From: Ramkumar Ramachandra <hidden>
Date: 2013-09-26 10:54:13
Also in:
linux-kbuild, linux-mips, linux-sh, linux-um, lkml
From: Ramkumar Ramachandra <hidden>
Date: 2013-09-26 10:54:13
Also in:
linux-kbuild, linux-mips, linux-sh, linux-um, lkml
Richard Weinberger wrote:
So, what exactly is broken in upstream? make defconfig works as it always did.
Auto-detection of SUBARCH, which can be done with a simple call to uname -m (the 90% case). The second patch I submitted prevented spawning xterms unnecessarily, which we discussed was a good move.
make defconfig ARCH=um SUBARCH=x86 (or SUBARCH=i386) will create a defconfig for 32bit. make defconfig ARCH=um SUBARCH=x86_64 one for 64bit.
Yes, that's how I prepared the patch in the first place.