blob: 7cdedfcdc96b79c5a92a21af4038c02920ac4155 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
required_variables_uclibc=(
"UCLIBC_VERSION"
"LLVM_VERSION"
)
artifact_dependency_uclibc(){
# Add llvm if needed; otherwise only use clang package
# TODO this is quite distribution specific; should be handled in a more general case
echo "clang"
}
|