Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/Config.x86_linux
    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