diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-05 14:55:05 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-15 13:00:23 +0200 |
commit | cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c (patch) | |
tree | e332dd13f4d56e2c0511de4e18dbd99e7548bb96 | |
parent | b02a9523b394a7683692c50ddf9c945d269881b7 (diff) | |
download | guix-cda79c7cc938ae3d9e77d09e8ebd7cbdf7f4d20c.tar guix-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.
-rw-r--r-- | guix/build/make-bootstrap.scm | 1 |
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" |