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
1 changed file:
Changes:
1 | 1 | # -*- Mode: makefile -*-
|
2 | 2 | include Config.x86_common
|
3 | 3 | |
4 | +# TEMP FIX!
|
|
5 | +CC = clang
|
|
6 | + |
|
4 | 7 | # We want errno support because we used to have that.
|
5 | 8 | CORE_MATH = -DCORE_MATH_SUPPORT_ERRNO
|
6 | 9 |