about summary refs log tree commit diff homepage
path: root/.github
diff options
context:
space:
mode:
authorLukas Zaoral <lzaoral@redhat.com>2021-09-21 09:37:33 +0200
committerCristian Cadar <c.cadar@imperial.ac.uk>2021-10-17 22:32:56 +0100
commit89f74ea9551f3dbfbf27c6f905d7733b96280571 (patch)
treea989f058672a3423e9b01ad52d565010e60d076a /.github
parent6e6ca4598bf28944b4c731e131bd223ca0c44cd6 (diff)
downloadklee-89f74ea9551f3dbfbf27c6f905d7733b96280571.tar.gz
test/Runtime/POSIX/Futimesat: Compile with -std=c99
.. so that `linux` is not a defined macro.

Without the `-std=c99` option, linux is an implicitly defined macro so all
such substrings in the given path will be replaced with `1` during
stringification.  Unfortunately, Fedora's rpmbuild uses
`x86_64-redhat-linux-gnu` as a build directory for all CMake projects which
leads to a failure due to a change to `x86_64-redhat-1-gnu`.

Fixes: #1424
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions