Re: [PATCH v5 3/4] sandbox: Detect the host bit size automatically

2022-02-03 Thread Heinrich Schuchardt
On 1/23/22 20:55, Simon Glass wrote: At present if you build sandbox on a 32-bit host a lot of errors are produced. This is because CONFIG_HOST_64BIT is enabled by default. It is quite annoying to have to change that manually before building sandbox. It is also quite confusing for new users. Ad

Re: [PATCH v5 3/4] sandbox: Detect the host bit size automatically

2022-02-03 Thread Tom Rini
On Sun, Jan 23, 2022 at 12:55:13PM -0700, Simon Glass wrote: > At present if you build sandbox on a 32-bit host a lot of errors are > produced. This is because CONFIG_HOST_64BIT is enabled by default. > > It is quite annoying to have to change that manually before building > sandbox. It is also q

[PATCH v5 3/4] sandbox: Detect the host bit size automatically

2022-01-23 Thread Simon Glass
At present if you build sandbox on a 32-bit host a lot of errors are produced. This is because CONFIG_HOST_64BIT is enabled by default. It is quite annoying to have to change that manually before building sandbox. It is also quite confusing for new users. Add a way to detect the setting and add t