mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +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 := $(filter-out gdb, $(ENABLE_FEATURES))
|
||||||
LANGUAGES := $(shell echo "${LANGUAGES}" | sed -e 's/ /,/g')
|
LANGUAGES := $(shell echo "${LANGUAGES}" | sed -e 's/ /,/g')
|
||||||
|
|
||||||
ifeq ($(filter ada,$(LANGUAGES)),)
|
ifeq ($(filter ada,$(ENABLE_FEATURES)),)
|
||||||
ALI2DEP_INSTALLED_BINARY =
|
ALI2DEP_INSTALLED_BINARY =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user