From c77e0419098f3ce241922d60181727ee676c2594 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Mar 2016 22:28:20 -0800 Subject: buildgcc: Disable RISC-V GDB Our GDB doesn't support RISC-V yet, so let's disable it for now to keep the build from breaking. Change-Id: Iecc6d97fb16d16410c56965abeea55c67800f220 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/13872 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/crossgcc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index aadf316f92..62adb7fcc0 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -57,7 +57,8 @@ build-mips: @$(MAKE) build_tools BUILD_PLATFORM=mipsel-elf build-riscv: - @$(MAKE) build_tools BUILD_PLATFORM=riscv-elf + # GDB is currently not supported on RISC-V + @$(MAKE) build_gcc BUILD_PLATFORM=riscv-elf build-power8: @$(MAKE) build_tools BUILD_PLATFORM=powerpc64le-linux-gnu -- cgit v1.2.3