Skip to content
Commit fd5bcd0e authored by Sam bobroff's avatar Sam bobroff Committed by Thomas Petazzoni
Browse files

package/glibc: set --enable-kernel to match kernel



Glibc is currently configured without any "--enable-kernel" option.
This causes it to use the oldest possible kernel API, slowing it down
and preventing it from using any kernel features from later versions.

Since we are likely building a kernel and matching glibc together,
backwards compatability is probably unnecessary so this patch
unconditionally configures glibc with --enable-kernel set to
BR2_TOOLCHAIN_HEADERS_AT_LEAST.

Signed-off-by: default avatarSam Bobroff <sam.bobroff@au1.ibm.com>
Tested-by: default avatarStewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 007c2ce9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment