From 34dddba8ea29a2b16c9d2c6d202a2e427ab18909 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 1 Jun 2016 17:23:27 -0700 Subject: [PATCH] binutils: disable simulator for now --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 67377330..f4e36ed5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,6 +124,7 @@ stamps/build-binutils-linux: $(srcdir)/riscv-binutils-gdb --prefix=$(INSTALL_DIR) \ --with-sysroot=$(SYSROOT) \ --disable-gdb \ + --disable-sim \ $(BINUTILS_FLOAT_FLAGS) \ $(MULTILIB_FLAGS) \ --disable-nls @@ -235,6 +236,7 @@ stamps/build-binutils-newlib: $(srcdir)/riscv-binutils-gdb --enable-tls \ --disable-werror \ --disable-gdb \ + --disable-sim \ $(BINUTILS_FLOAT_FLAGS) $(MAKE) -C $(notdir $@) $(MAKE) -C $(notdir $@) install