mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
fixup gcc-muslboot0
Change-Id: I55b66b938687905f447f8772056845a585ad28fb
This commit is contained in:
parent
bc90eb474f
commit
0fedcae5ef
1 changed files with 4 additions and 1 deletions
|
|
@ -1921,7 +1921,10 @@ ac_cv_c_float_format='IEEE (little-endian)'
|
|||
(add-before 'configure 'setenv
|
||||
(lambda _
|
||||
(setenv "CC" "tcc")
|
||||
(setenv "CFLAGS" "-D HAVE_ALLOCA_H"))))))
|
||||
(setenv "CFLAGS" "-D HAVE_ALLOCA_H")
|
||||
;; We don't have an existing C++ compiler so we need to set
|
||||
;; the search path manually.
|
||||
(setenv "CPLUS_INCLUDE_PATH" (getenv "C_INCLUDE_PATH")))))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "C_INCLUDE_PATH")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue