Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler-rt-sanitizers: Use packageconfig to use static libcxx | Khem Raj | 2021-06-08 | 1 | -6/+3 |
| | | | | | | | | | | | | | sanitizers can link libc++/libc++abi statically or dynamically, we default to use dynamic version but leave the option to enable static linking if so needed Use virtual/crypt to represent crypt implementation which becomes libc independent Fix dependencies for native recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | compiler-rt-sanitizers: Do not package orc support lib | Khem Raj | 2021-06-08 | 1 | -0/+2 |
| | | | | | | Its already shipped with compile-rt recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | compiler-rt-sanitizers: Limit to buildable arch/libc combinations | Khem Raj | 2021-06-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | compiler-rt-sanitizers: Add recipe | Khem Raj | 2021-05-19 | 1 | -0/+97 |
This recipe builds all sanitizers runtimes provided by compiler-rt Signed-off-by: Khem Raj <raj.khem@gmail.com> |