
Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl Commits: 44d0795c by Raymond Toy at 2025-08-09T06:50:37-07:00 TEMPORARY: Use clang in Config.x86_linux See if clang on the CI machines can build with core-math. If so, we need to modify .gitlab-ci.yml so that we can use Config.x86_linux_clang to build instead of the default. - - - - - 1 changed file: - src/lisp/Config.x86_linux Changes: ===================================== src/lisp/Config.x86_linux ===================================== @@ -1,6 +1,9 @@ # -*- Mode: makefile -*- include Config.x86_common +# TEMP FIX! +CC = clang + # We want errno support because we used to have that. CORE_MATH = -DCORE_MATH_SUPPORT_ERRNO View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/44d0795cfada2045adb9d39f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/44d0795cfada2045adb9d39f... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)