[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8f46ed9a-85c0-8df4-2d1e-d268cbc9d0e9@mageia.org>
Date: Tue, 5 Jun 2018 20:52:01 +0259
From: Thomas Backlund <tmb@...eia.org>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC: Linus Torvalds <torvalds@...ux-foundation.org>
Subject: building in 32bit chroot on x86_64 host broken (was: Linux 4.17)
I have a 32bit x86 and a 64bit x86_64 install on the system.
With linux source up to 4.16.x I could do:
setarch i686 (or use command linux32)
chroot /path/to/32bit/
(/dev, /proc, /sys, /run is bind mounted in the chroot)
Then I could build a 32bit kernel in the chroot without booting the
32bit system...
(host is running a 4.14 longterm kernel)
but building from 4.17 source in the chroot I get:
$ uname -m
i686
$ make oldconfig
scripts/kconfig/conf --oldconfig Kconfig
*
* Restart config...
*
*
* Linux/x86 4.17.0 Kernel Configuration
*
64-bit kernel (64BIT) [Y/n/?] (NEW)
So it does not pick up 32bit anymore ...
Is this intentional ? If so, why ? If not, how can I fix it ?
--
Thomas
Powered by blists - more mailing lists