Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/qemu: fix configure for s390x | Natanael Copa | 2018-02-27 | 1 | -0/+56 |
the configure script assumes that grep handles binary data. Busybox grep does not when its compiled with musl so we filter the input with `strings`. Upstream: http://patchwork.ozlabs.org/patch/863654/ |