1. Feb 16, 2016
  2. Feb 10, 2016
  3. Jan 21, 2016
  4. Jan 20, 2016
  5. Jan 19, 2016
  6. Nov 13, 2015
  7. Sep 24, 2015
  8. Sep 03, 2015
  9. Jul 19, 2015
  10. Jul 10, 2015
  11. May 10, 2015
  12. May 06, 2015
  13. May 05, 2015
    • Palmer Dabbelt's avatar
      autoreconf 4fc9ba38 ("Add and install riscv-fesvr.pc") · 1d5ea8ec
      Palmer Dabbelt authored
      Despite having only a slightly different autoconf version (2.68 vs
      2.69), this changes HAVE_FESVR to FESVR_ENABLED.  I didn't see any
      uses of this anywhere, so I don't think it matters, but it does worry
      me a bit.
      1d5ea8ec
    • Palmer Dabbelt's avatar
      Add and install riscv-fesvr.pc · 4fc9ba38
      Palmer Dabbelt authored
      This allows pkg-config to find fesvr.
      4fc9ba38
    • Palmer Dabbelt's avatar
      Merge pull request #4 from palmer-dabbelt/destdir · 146f62af
      Palmer Dabbelt authored
      Change the behavior of the DESTDIR make variable
      146f62af
    • Palmer Dabbelt's avatar
      Change the behavior of the DESTDIR make variable · 8a2088b5
      Palmer Dabbelt authored
      DESTDIR is a common make idiom.  As per the GNU coding standards
      
        https://www.gnu.org/prep/standards/html_node/DESTDIR.html
      
        "DESTDIR is a variable prepended to each installed target file, like
        this:
      
        $(INSTALL_PROGRAM) foo $(DESTDIR)$(bindir)/foo
        $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a
      
        The DESTDIR variable is specified by the user on the make command
        line as an absolute file name. For example:
      
        make DESTDIR=/tmp/stage install
      
        DESTDIR should be supported only in the install* and uninstall*
        targets, as those are the only targets where it is useful.
      
        If your installation step would normally install /usr/local/bin/foo
        and /usr/local/lib/libfoo.a, then an installation invoked as in the
        example above would install /tmp/stage/usr/local/bin/foo and
        /tmp/stage/usr/local/lib/libfoo.a instead."
      
      The current Makefile.in uses DESTDIR, but has a slightly non-standard
      behavior: the target install location doesn't include "$prefix".  This
      breaks package managers, because stuff ends up getting installed to
      the wrong location.
      
      Unfortunately the only way I can think of to fix this involves
      silently changing the behavior of DESTDIR.  Hopefully nobody is using
      it...?
      8a2088b5
  14. Mar 14, 2015
  15. Mar 13, 2015
  16. Jan 27, 2015
  17. Jan 21, 2015
  18. Jan 10, 2015
    • Andrew Waterman's avatar
      Add +chroot= option · 1fe5677c
      Andrew Waterman authored
      This simulates a chroot jail for the target machine.
      There are probably some lingering bugs.
      1fe5677c
  19. Jan 06, 2015
  20. Jan 03, 2015
  21. Dec 04, 2014
  22. Nov 07, 2014
  23. Sep 05, 2014
  24. Aug 28, 2014
  25. Aug 26, 2014
  26. Aug 22, 2014
  27. Aug 16, 2014
  28. Aug 07, 2014
  29. Jun 13, 2014
  30. May 23, 2014
  31. May 07, 2014
  32. Mar 29, 2014