Skip to content
  • Alexander Theißen's avatar
    Properly export CC variable in Makefile · e102c234
    Alexander Theißen authored
    We cannot use ?= because CC is set by default to "cc". Therefore
    CC was never set. In addition we need to export the variable
    in order to have the rust cc crate pick it up. Otherwise it is
    only used by openlibm where it is explicitly passed.
    e102c234