Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | jq: fix MIPS compile flags | Marko Ratkaj | 2017-05-17 |
| | | | | | | | | | | There is a gcc related bug that causes the following issue on MIPS: Assertion failed: jv_get_kind(a) == JV_KIND_STRING (jv.c: jvp_string_ptr: 435) This patch will disable SRA optimizations on MIPS platform and prevent the above issue. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr> | ||
* | jq: add package | Marko Ratkaj | 2017-04-07 |
jq is a lightweight and flexible command-line JSON processor. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr> |