From 4fbcb0a80438b34b1f0931da9a666a9ee89b8ec5 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Thu, 4 Aug 2016 13:35:27 +0800 Subject: [PATCH] Enable gdb simulator This was disabled because it didn't build on Travis. That's been fixed by the binutils-gdb bump in this patch. --- Makefile.in | 2 -- riscv-binutils-gdb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7c83f39f..06f1e749 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,7 +121,6 @@ stamps/build-binutils-linux: $(srcdir)/riscv-binutils-gdb --target=riscv$(XLEN)-unknown-linux-gnu \ --prefix=$(INSTALL_DIR) \ --with-sysroot=$(SYSROOT) \ - --disable-sim \ $(BINUTILS_FLOAT_FLAGS) \ $(MULTILIB_FLAGS) \ --disable-werror \ @@ -233,7 +232,6 @@ stamps/build-binutils-newlib: $(srcdir)/riscv-binutils-gdb --prefix=$(INSTALL_DIR) \ --enable-tls \ --disable-werror \ - --disable-sim \ $(BINUTILS_FLOAT_FLAGS) $(MAKE) -C $(notdir $@) $(MAKE) -C $(notdir $@) install diff --git a/riscv-binutils-gdb b/riscv-binutils-gdb index a5ef018a..c0c554c5 160000 --- a/riscv-binutils-gdb +++ b/riscv-binutils-gdb @@ -1 +1 @@ -Subproject commit a5ef018a2594bad97accc933b6d74f5e3fe76d99 +Subproject commit c0c554c504ec4d34ed9b89d9582b60df08f1f219