mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
distro: glibc: Assume a recent Linux kernel.
* distro/base.scm (glibc): Pass "--enable-kernel=2.6.30".
This commit is contained in:
@@ -1217,6 +1217,12 @@ call interface, and powerful string processing.")
|
||||
(string-append "--with-headers="
|
||||
(assoc-ref %build-inputs "linux-headers")
|
||||
"/include")
|
||||
|
||||
;; The default is to assume a 2.4 Linux interface, but we'll
|
||||
;; always use something newer. See "kernel-features.h" in the
|
||||
;; GNU libc for details.
|
||||
"--enable-kernel=2.6.30"
|
||||
|
||||
;; To avoid linking with -lgcc_s (dynamic link) so the libc does
|
||||
;; not depend on its compiler store path.
|
||||
"libc_cv_as_needed=no"
|
||||
|
||||
Reference in New Issue
Block a user