libcxx_git.bbappend 180 B

123456789
  1. MAJOR_VER = "15"
  2. MINOR_VER = "0"
  3. PATCH_VER = "0"
  4. #Disable compiler-rt from packages
  5. PACKAGECONFIG:remove = "compiler-rt"
  6. #Builds libcxx with libgcc
  7. COMPILER_RT = "-rtlib=libgcc"