tools.conf: fix check for arm_64

Before arm matched first resulting in the wrong tool-chain binaries
being used.
This commit is contained in:
Christian Helmuth 2019-09-25 16:47:33 +02:00
parent 90a91f3536
commit 8d6285927b
1 changed files with 3 additions and 3 deletions

View File

@ -24,15 +24,15 @@ endif
ifeq ($(filter-out $(SPECS),x86_64),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/19.05/bin/genode-x86-
endif
ifeq ($(filter-out $(SPECS),arm_64),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/19.05/bin/genode-aarch64-
endif
ifeq ($(filter-out $(SPECS),arm),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/19.05/bin/genode-arm-
endif
ifeq ($(filter-out $(SPECS),riscv),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/19.05/bin/genode-riscv-
endif
ifeq ($(filter-out $(SPECS),arm_64),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/19.05/bin/genode-aarch64-
endif
#
# We use libsupc++ from g++ version 3 because