Browse Source

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.
pull/167/head
Kito Cheng 10 years ago
committed by Palmer Dabbelt
parent
commit
4fbcb0a804
  1. 2
      Makefile.in
  2. 2
      riscv-binutils-gdb

2
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

2
riscv-binutils-gdb

@ -1 +1 @@
Subproject commit a5ef018a2594bad97accc933b6d74f5e3fe76d99
Subproject commit c0c554c504ec4d34ed9b89d9582b60df08f1f219
Loading…
Cancel
Save