Message ID | 20230106155202.558533-1-ammar.faizi@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Always enable CONFIG_NOLIBC if supported and deprecate --nolibc option | expand |
On Fri, 06 Jan 2023 22:52:00 +0700, Ammar Faizi wrote: > This is an RFC patchset. It's already build-tested. > > Currently, the default liburing compilation uses libc as its dependency. > liburing doesn't depend on libc when it's compiled on x86-64, x86 > (32-bit), and aarch64. There is no benefit to having libc.so linked to > liburing.so on those architectures. > > [...] Applied, thanks! [1/2] github: Remove nolibc build on the GitHub CI bot commit: 439cff00aa9a3b8bc6b88787ffca90d32655ce2f [2/2] configure: Always enable `CONFIG_NOLIBC` if the arch is supported commit: bfb432f4cce52cb3e3bd9c1823e94ff29bd4fb80 Best regards,