pkg/jerryscript: remove unnecessary export and fix indent
This commit is contained in:
parent
c4f8c006c4
commit
d55ae9c7f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user