All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] RE i386 support
@ 2022-06-01 14:50 ewrwcwpw
  2022-06-01 15:34 ` Edgar Bonet
  0 siblings, 1 reply; 2+ messages in thread
From: ewrwcwpw @ 2022-06-01 14:50 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 963 bytes --]

Hi there,

I came across this
https://lists.buildroot.org/pipermail/buildroot/2016-April/159030.html when
looking at creating linux distro (Came across the snakeware distro
https://github.com/joshiemoore/snakeware and noticed there was no 32 bit
option and have some old 32 bit laptops around) I looked at
https://www.thirtythreeforty.net/posts/2020/01/mastering-embedded-linux-part-3-buildroot/
and
assumed that i386_defconfig would exist. similarly (as from .config file
from make menuconfig had i386 option)

So what impact does removing support for i386 have for compiling a distro?
I noticed you could select i386 in make menuconfig... Also debian still has
32bit versions (unlike Ubuntu etc) but that's the kernel plus
applications...

BR2_LEGACY=y and BR2_x86_i386=y were grouped in legacy but BR2_i386=y was
up higher in .config file

So what do people use - the current version of buildroot or the 2016.02
version?

I hope these aren't stupid questions.

[-- Attachment #1.2: Type: text/html, Size: 1382 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Buildroot] RE i386 support
  2022-06-01 14:50 [Buildroot] RE i386 support ewrwcwpw
@ 2022-06-01 15:34 ` Edgar Bonet
  0 siblings, 0 replies; 2+ messages in thread
From: Edgar Bonet @ 2022-06-01 15:34 UTC (permalink / raw)
  To: ewrwcwpw, buildroot

Hello!

ewrwcwpw wrote:
> So what impact does removing support for i386 have for compiling a
> distro?

Buildroot does not support the Intel 80386 CPU anymore (yes, that chip
from 1985). It does still support the 80486 from 1989, the Pentium
family, and newer 32-bit CPUs.

> I noticed you could select i386 in make menuconfig

In Target options → Target Architecture, you can select "i386". It is
actually the default choice. In this context, "i386" means "any 32-bit
x86 CPU".

In Target options → Target Architecture Variant, the choice "i386" is
gone: the oldest CPU you can choose is "i486". In this context, "i386"
means a specific x86 variant, namely the Intel 80386 from 1985.

> Also debian still has 32bit versions

I believe Debian requires at least an i686 type of PCU.

Regards,

Edgar.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-01 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 14:50 [Buildroot] RE i386 support ewrwcwpw
2022-06-01 15:34 ` Edgar Bonet

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.