diff --git a/pkg/jerryscript/Makefile b/pkg/jerryscript/Makefile index 8bc5c8c2e4..8e76cd979a 100644 --- a/pkg/jerryscript/Makefile +++ b/pkg/jerryscript/Makefile @@ -9,7 +9,7 @@ CFLAGS += -Wno-implicit-fallthrough # disable warnings when compiling with LLVM for board native ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native) -export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant + CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant endif all: git-download