riscv: create_builddir support

issue #1880
This commit is contained in:
Sebastian Sumpf
2016-02-11 11:37:17 +01:00
committed by Christian Helmuth
parent 8cddd86a4c
commit 8c6e3c6251
3 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ endif
ifeq ($(filter-out $(SPECS),arm),)
CROSS_DEV_PREFIX ?= /usr/local/genode-gcc/bin/genode-arm-
endif
ifeq ($(filter-out $(SPECS),riscv),)
CROSS_DEV_PREFIX ?= /usr/local/genode-gcc/bin/genode-riscv-
endif
#
# We use libsupc++ from g++ version 3 because