1. 17 Aug, 2017 2 commits
  2. 16 Aug, 2017 6 commits
  3. 15 Aug, 2017 8 commits
  4. 14 Aug, 2017 5 commits
  5. 13 Aug, 2017 5 commits
  6. 12 Aug, 2017 13 commits
  7. 11 Aug, 2017 1 commit
    • Thomas Petazzoni's avatar
      curl/system.h: support more architectures · 4ca5f772
      Thomas Petazzoni authored
      
      
      The long list of architectures in include/curl/system.h is annoying to
      maintain, and needs to be extended for each and every architecture to
      support.
      
      Instead, let's rely on the __SIZEOF_LONG__ define of the gcc compiler
      (we are in the GNUC condition anyway), which tells us if long is 4
      bytes or 8 bytes.
      
      This fixes the build of libcurl 7.55.0 on architectures such as
      OpenRISC or ARC.
      
      Closes #1766
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      4ca5f772