From f0bbc95f12c99ac956c9d8a85bac38db4ad6bcb4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 7 Mar 2015 10:57:25 +0100 Subject: crossgcc: Add RISC-V support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If1e0f7ed21f67d7a185dad251ede81ddbc18c4e5 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/8629 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- util/crossgcc/buildgcc | 1 + 1 file changed, 1 insertion(+) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index e9936dbaae..8ddeea0f46 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -230,6 +230,7 @@ case "$TARGETARCH" in i386-elf) ;; i386-mingw32) ;; mipsel-elf) ;; + riscv-elf) ;; i386*) TARGETARCH=i386-elf;; arm*) TARGETARCH=armv7-a-eabi;; aarch64*) TARGETARCH=aarch64-elf;; -- cgit v1.2.3