[Buildroot] [Bug 13621] Buildroot builds for i686 even though i486 is selected

bugzilla at busybox.net bugzilla at busybox.net
Thu Mar 18 21:08:23 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13621

--- Comment #1 from Peter Seiderer <ps.report at gmx.net> ---
(In reply to moelzerjens from comment #0)

The buildroot kernel configure/make is called with the correct 'ARCH=i386' and
uses the kernel i386_defconfig without further specification of CPU type, which
defaults from the linux kernel configure (see e.g.
build/linux-5.11/arch/x86/Kconfig.cpu) to M686:

  choice
        prompt "Processor family"
        default M686 if X86_32
        default GENERIC_CPU if X86_64

For workaround specify the correct CPU either by configuring a custom linux
kernel config/defconfig file (or configure by 'make linux-menuconfig')...

Maybe something which can be improved in buildroot..., on the other side a very
special use-case ;-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list