aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/p-klee.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/p-klee.inc b/scripts/build/p-klee.inc
index 4137cac0..1c7d39a5 100644
--- a/scripts/build/p-klee.inc
+++ b/scripts/build/p-klee.inc
@@ -34,13 +34,11 @@ build_klee() {
if [ "${UCLIBC_VERSION}" != "0" ]; then
CMAKE_ARGUMENTS+=(
- "-DENABLE_KLEE_UCLIBC=TRUE"
"-DKLEE_UCLIBC_PATH=${BASE}/klee-uclibc-${LLVM_VERSION_SHORT}"
"-DENABLE_POSIX_RUNTIME=TRUE"
)
else
CMAKE_ARGUMENTS+=(
- "-DENABLE_KLEE_UCLIBC=FALSE"
"-DENABLE_POSIX_RUNTIME=FALSE"
)
fi