libcxx_16.0.5.bbappend 130 B

12345
  1. #Disable compiler-rt from packages
  2. PACKAGECONFIG:remove = "compiler-rt"
  3. #Builds libcxx with libgcc
  4. COMPILER_RT = "-rtlib=libgcc"