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.
This commit is contained in:
parent
b02a9523b3
commit
cda79c7cc9
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ bootstrap libc."
|
||||||
(install-file (pk 'src (string-append kernel-headers "/include/linux/" file))
|
(install-file (pk 'src (string-append kernel-headers "/include/linux/" file))
|
||||||
(pk 'dest (string-append incdir "/linux"))))
|
(pk 'dest (string-append incdir "/linux"))))
|
||||||
'(
|
'(
|
||||||
"a.out.h" ; for 2.2.5
|
|
||||||
"atalk.h" ; for 2.2.5
|
"atalk.h" ; for 2.2.5
|
||||||
"errno.h"
|
"errno.h"
|
||||||
"falloc.h"
|
"falloc.h"
|
||||||
|
|
Reference in a new issue