mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00: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