jq: fix MIPS compile flags
authorMarko Ratkaj <marko.ratkaj@sartura.hr>
Wed, 17 May 2017 12:19:38 +0000 (14:19 +0200)
committerMarko Ratkaj <marko.ratkaj@sartura.hr>
Wed, 17 May 2017 13:01:51 +0000 (15:01 +0200)
commit50716550bec7bfde1fa46da4b18761aed7d9f093
tree8a5f51d81c8948f24f1bac14ff169a2fabf57dc2
parent1bf7af4ca53db6f58655857f6eb49a9893c854d9
jq: fix MIPS compile flags

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>
utils/jq/Makefile