Skip to content

Commit

Permalink
tool chain: update version to 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
cproc committed May 2, 2023
1 parent 2e76374 commit 47de71e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions repos/base/etc/tools.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
# package build tool.
#
ifeq ($(filter-out $(SPECS),x86_32),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/21.05/bin/genode-x86-
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/23.05/bin/genode-x86-
endif
ifeq ($(filter-out $(SPECS),x86_64),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/21.05/bin/genode-x86-
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/23.05/bin/genode-x86-
endif
ifeq ($(filter-out $(SPECS),arm_64),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/21.05/bin/genode-aarch64-
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/23.05/bin/genode-aarch64-
endif
ifeq ($(filter-out $(SPECS),arm),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/21.05/bin/genode-arm-
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/23.05/bin/genode-arm-
endif
ifeq ($(filter-out $(SPECS),riscv),)
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/21.05/bin/genode-riscv-
CROSS_DEV_PREFIX ?= /usr/local/genode/tool/23.05/bin/genode-riscv-
endif

#
Expand Down
2 changes: 1 addition & 1 deletion tool/tool_chain
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GENODE_DIR ?= $(realpath $(dir $(firstword $(MAKEFILE_LIST)))/..)
# version numbers
#

TOOL_CHAIN_VERSION = 21.05
TOOL_CHAIN_VERSION = 23.05
GCC_VERSION = 10.3.0
BINUTILS_VERSION = 2.32

Expand Down

0 comments on commit 47de71e

Please sign in to comment.