about summary refs log tree commit diff homepage
path: root/scripts/build/v-uclibc.inc
blob: 3c1c3d730d978f7b232aa40ed71a8c1ba31b2f04 (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 "llvm"
}