mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
tool/tool_chain: fix condition of ali2dep build
Thanks to Tomasz Gajewski for reporting this issue and suggesting the fix. Fixes #4365
This commit is contained in:
@@ -214,7 +214,7 @@ BINUTILS_BOOTSTRAP_CONFIG += $(COMMON_BOOTSTRAP_CONFIG)
|
||||
LANGUAGES := $(filter-out gdb, $(ENABLE_FEATURES))
|
||||
LANGUAGES := $(shell echo "${LANGUAGES}" | sed -e 's/ /,/g')
|
||||
|
||||
ifeq ($(filter ada,$(LANGUAGES)),)
|
||||
ifeq ($(filter ada,$(ENABLE_FEATURES)),)
|
||||
ALI2DEP_INSTALLED_BINARY =
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user