summaryrefslogtreecommitdiff
path: root/guix/build
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-05 14:55:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-15 13:00:23 +0200
commitcda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c (patch)
treee332dd13f4d56e2c0511de4e18dbd99e7548bb96 /guix/build
parentb02a9523b394a7683692c50ddf9c945d269881b7 (diff)
downloadguix-patches-cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c.tar
guix-patches-cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c.tar.gz
make-bootstrap: Adjust copied linux headers.
* guix/build/make-bootstrap.scm (copy-linux-headers): Remove header file 'a.out.h' is no longer part of the linux kernel headers.
Diffstat (limited to 'guix/build')
-rw-r--r--guix/build/make-bootstrap.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm
index e5ef1d6d2b..0d29338ce3 100644
--- a/guix/build/make-bootstrap.scm
+++ b/guix/build/make-bootstrap.scm
@@ -47,7 +47,6 @@ bootstrap libc."
(install-file (pk 'src (string-append kernel-headers "/include/linux/" file))
(pk 'dest (string-append incdir "/linux"))))
'(
- "a.out.h" ; for 2.2.5
"atalk.h" ; for 2.2.5
"errno.h"
"falloc.h"