1. 29 Jul, 2011 1 commit
  2. 28 Jul, 2011 2 commits
  3. 27 Jul, 2011 1 commit
  4. 26 Jul, 2011 5 commits
  5. 25 Jul, 2011 5 commits
  6. 24 Jul, 2011 4 commits
  7. 21 Jul, 2011 4 commits
  8. 20 Jul, 2011 1 commit
  9. 19 Jul, 2011 2 commits
  10. 15 Jul, 2011 1 commit
  11. 13 Jul, 2011 2 commits
  12. 12 Jul, 2011 2 commits
  13. 09 Jul, 2011 1 commit
  14. 07 Jul, 2011 3 commits
  15. 04 Jul, 2011 1 commit
  16. 03 Jul, 2011 1 commit
    • Uwe Hermann's avatar
      Fix and improve Windows/MinGW/MSYS build · d5e85d67
      Uwe Hermann authored
      
       - Makefile: Use $(OS_ARCH) to add some MinGW-specific workarounds and
         settings, so that a simple "make" is sufficient on MinGW (instead of
         manual Makefile hacking).
      
       - Explicitly set CC=gcc in the Makefile, otherwise you get an error like
         "cc: command not found" on MinGW.
      
       - MinGW doesn't have ffs(), use gcc's __builtin_ffs() instead.
      
       - Add /usr/local/include and /usr/local/lib to CPPFLAGS/LDFLAGS, that's
         where libusb-win32 and libftdi stuff is usually placed on MinGW/MSYS.
      
       - Disable serprog (no sockets) and all PCI-based programmers (no libpci)
         for now. That leaves dummy, ft2232_spi, and buspirate_spi enabled on
         MinGW per default.
      
       - serial.c: Use correct type for 'tmp', both on Windows/MinGW (DWORD)
         and POSIX (ssize_t).
      
      Corresponding to flashrom svn r1363.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      d5e85d67
  17. 01 Jul, 2011 4 commits