mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
squash! gnu: commencement: gcc-core-mesboot0: Support ARM.
This commit is contained in:
parent
9d40ec0fcd
commit
f927cc48e1
1 changed files with 1 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ (define gcc-core-mesboot0
|
|||
(setenv "CC" (string-append "tcc" cppflags))
|
||||
(setenv "CC_FOR_BUILD" (string-append "tcc" cppflags))
|
||||
(setenv "CPP" (string-append "tcc -E" cppflags))
|
||||
(setenv "enable_threads" "single")
|
||||
(with-output-to-file "config.cache"
|
||||
(lambda _
|
||||
(display "
|
||||
|
|
Loading…
Reference in a new issue