mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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" (string-append "tcc" cppflags))
|
||||||
(setenv "CC_FOR_BUILD" (string-append "tcc" cppflags))
|
(setenv "CC_FOR_BUILD" (string-append "tcc" cppflags))
|
||||||
(setenv "CPP" (string-append "tcc -E" cppflags))
|
(setenv "CPP" (string-append "tcc -E" cppflags))
|
||||||
|
(setenv "enable_threads" "single")
|
||||||
(with-output-to-file "config.cache"
|
(with-output-to-file "config.cache"
|
||||||
(lambda _
|
(lambda _
|
||||||
(display "
|
(display "
|
||||||
|
|
Loading…
Reference in a new issue