Re: [PATCH] Update configure.ac so that we don't need glibc when running ./configure.

2023-01-10 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 09 janv. 2023 22:16:43 -0500, a ecrit: > For x86_64-pc-gnu we still do not have a working glibc so ./configure will > fail > under a freestanding environment. We force ./configure to avoid running > compiled C programs as a test which it is not needed when co

Re: [PATCH] Update configure.ac so that we don't need glibc when running ./configure.

2023-01-09 Thread Flavio Cruz
For x86_64-pc-gnu we still do not have a working glibc so ./configure will fail under a freestanding environment. We force ./configure to avoid running compiled C programs as a test which it is not needed when compiling a kernel. --- On Mon, Jan 09, 2023 at 07:52:21PM +0100, Samuel Thibault wrote:

Re: [PATCH] Update configure.ac so that we don't need glibc when running ./configure.

2023-01-09 Thread Samuel Thibault
Flavio Cruz, le dim. 08 janv. 2023 21:49:40 -0500, a ecrit: > For x86_64-pc-gnu we still do not have a working glibc so ./configure will > fail > under a freestanding environment. We force ./configure to avoid running > compiled C programs as a test which it is not needed when compiling a kernel.

[PATCH] Update configure.ac so that we don't need glibc when running ./configure.

2023-01-08 Thread Flavio Cruz
For x86_64-pc-gnu we still do not have a working glibc so ./configure will fail under a freestanding environment. We force ./configure to avoid running compiled C programs as a test which it is not needed when compiling a kernel. --- configure.ac | 8 1 file changed, 8 insertions(+) diff