gnu: coreutils-boot0: Add comment about arm* configure-flags.
* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: Add a full comment around the configure-flags used when building for arm architectures.
This commit is contained in:
parent
7f237f3e6c
commit
42c1a83a98
@ -1969,13 +1969,15 @@ exec " gcc "/bin/" program
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:implicit-inputs? #f
|
#:implicit-inputs? #f
|
||||||
|
;; The %bootstrap-glibc for aarch64 and armhf doesn't have
|
||||||
|
;; $output/include/linux/prctl.h which causes some binaries
|
||||||
|
;; to fail to build with coreutils-9.0+.
|
||||||
,@(if (target-arm?)
|
,@(if (target-arm?)
|
||||||
;; Some binaries fail to build.
|
|
||||||
`(#:configure-flags '(,(string-append
|
`(#:configure-flags '(,(string-append
|
||||||
"--enable-no-install-program="
|
"--enable-no-install-program="
|
||||||
;; the defaults
|
;; the defaults to not install.
|
||||||
"arch,coreutils,hostname"
|
"arch,coreutils,hostname"
|
||||||
;; fails on aarch64
|
;; fails due to missing headers.
|
||||||
",timeout,sort")))
|
",timeout,sort")))
|
||||||
'())
|
'())
|
||||||
#:guile ,%bootstrap-guile
|
#:guile ,%bootstrap-guile
|
||||||
|
Loading…
Reference in New Issue
Block a user