diff options
Diffstat (limited to 'utils/jq/Makefile')
-rw-r--r-- | utils/jq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jq/Makefile b/utils/jq/Makefile index 66b4306a5..362d7d750 100644 --- a/utils/jq/Makefile +++ b/utils/jq/Makefile @@ -28,7 +28,7 @@ ifdef CONFIG_USE_MIPS16 TARGET_CFLAGS += -fno-ipa-sra endif -TARGET_CFLAGS += -std=c99 -D_GNU_SOURCE +TARGET_CFLAGS += -std=c99 CONFIGURE_ARGS+= \ --disable-docs \ |