diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-12-22 07:17:25 -0800 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-12-22 07:17:25 -0800 |
commit | c26accf1c3fe572fdcb5e21d74857b836df1efbf (patch) | |
tree | 645ceda7642bb3c4acc1e701a8869809b28e1683 /include | |
parent | c23df4c98173f0733945f3d14009cdd5ffbee36b (diff) | |
parent | 2f6e89baf9cd5f5292cd0aa6047144920a564202 (diff) | |
download | klee-c26accf1c3fe572fdcb5e21d74857b836df1efbf.tar.gz |
Merge pull request #78 from delcypher/fix_klee_install
Fixes klee install. Adds support for passing libc.a files to --with-uclibc.
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 0a94de8f..3f6da802 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -45,9 +45,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Path to KLEE's uClibc */ -#undef KLEE_UCLIBC - /* LLVM version is release (instead of development) */ #undef LLVM_IS_RELEASE @@ -81,6 +78,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* klee-uclibc is supported */ +#undef SUPPORT_KLEE_UCLIBC + /* Supporting metaSMT API */ #undef SUPPORT_METASMT |