mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +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 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
|
||||||
(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…
Add table
Reference in a new issue