fixup gcc-muslboot0

Change-Id: I55b66b938687905f447f8772056845a585ad28fb
This commit is contained in:
Efraim Flashner 2024-12-17 09:18:54 +02:00
parent bc90eb474f
commit 0fedcae5ef
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")