[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71925] [PATCH 0/2] Add klee-uclibc.
From: |
Sören Tempel |
Subject: |
[bug#71925] [PATCH 0/2] Add klee-uclibc. |
Date: |
Mon, 08 Jul 2024 10:47:56 +0200 |
Hello,
I just send a v4 which moves the library file from /klee/lib/libc.a to
/lib/klee/libc.a. I tested this a bit and it sees to work fine. From my
point of view, the only problem that remains is that KLEE only really
supports x86_64; hence, the build fails on aarch64 [1].
In #68296, I therefore added `(supported-systems '("x86_64-linux"))` but
this wasn't included in #71634. Should I re-add that here or do we want
to do that separately?
Best,
Sören
[1]: https://github.com/klee/klee/issues/1670#issuecomment-1959595283
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., (continued)
[bug#71925] [PATCH 1/2] gnu: Add klee-uclibc., soeren, 2024/07/03
[bug#71925] [PATCH v2 1/2] gnu: Add klee-uclibc., soeren, 2024/07/07
[bug#71925] [PATCH v3 1/2] gnu: Add klee-uclibc., soeren, 2024/07/07
[bug#71925] [PATCH v4 1/2] gnu: Add klee-uclibc., soeren, 2024/07/08
[bug#71925] [PATCH 0/2] Add klee-uclibc.,
Sören Tempel <=