Skip to content

Commit 3d6339b

Browse files
committed
Remove unused EXTERNAL_ variables from Makefile
They have been kept when the build system was refactored but it turns out that they are not used at all (they are not passed on to cmake). JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent c9f5950 commit 3d6339b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,6 @@ export NATIVE_MODS := $(MCU_MODS) mem_stats mem_stress_test
9494
# External build configuration
9595
# Flag, indicating whether to use compiler's default libc (YES / NO)
9696
USE_COMPILER_DEFAULT_LIBC ?= NO
97-
# List of include paths for external libraries (semicolon-separated)
98-
EXTERNAL_LIBS_INTERFACE ?=
99-
# External libc interface
100-
ifeq ($(USE_COMPILER_DEFAULT_LIBC),YES)
101-
ifneq ($(EXTERNAL_LIBC_INTERFACE),)
102-
$(error EXTERNAL_LIBC_INTERFACE should not be specified in case compiler's default libc is used)
103-
endif
104-
endif
105-
# Compiler to use for external build
106-
EXTERNAL_C_COMPILER ?= arm-none-eabi-gcc
10797

10898
# Directories
10999
export ROOT_DIR := $(shell pwd)

0 commit comments

Comments
 (0)