Skip to content
Snippets Groups Projects
  1. Aug 23, 2016
  2. Aug 15, 2016
  3. Aug 01, 2016
    • Hauke Mehrtens's avatar
      gdb: fix build with gcc 4.1.2 as host compiler · 2694d43b
      Hauke Mehrtens authored
      
      The additional warnings are causing compile errors on gcc version 4.1.2
      as a host compiler.
      
      cc -c  -Wall -Wdeclaration-after-statement -Wpointer-arith
      -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
      -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement
      -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-
      style-definition -Wformat-nonliteral  -I. -I. -I./../../include
      filter_host.c
      cc1: error: unrecognized command line option "-Wempty-body"
      cc1: error: unrecognized command line option "-Wmissing-parameter-type"
      cc1: error: unrecognized command line option "-Wold-style-declaration"
      cc1: error: unrecognized command line option "-Wempty-body"
      cc1: error: unrecognized command line option "-Wmissing-parameter-type"
      cc1: error: unrecognized command line option "-Wold-style-declaration"
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      2694d43b
  4. Jul 31, 2016
  5. Jul 18, 2016
  6. Jul 07, 2016
  7. Jun 22, 2016
  8. Jun 13, 2016
  9. Jun 07, 2016
  10. May 19, 2016
  11. Mar 10, 2016
  12. Feb 25, 2016
  13. Feb 16, 2016
  14. Feb 15, 2016
  15. Feb 12, 2016
  16. Jan 30, 2016
  17. Jan 21, 2016
  18. Jan 20, 2016
  19. Jan 12, 2016
  20. Jan 07, 2016
  21. Jan 02, 2016
  22. Dec 23, 2015
  23. Nov 02, 2015
  24. Oct 06, 2015
  25. Sep 03, 2015
  26. Aug 13, 2015
  27. Jul 26, 2015
  28. Jul 19, 2015
  29. Jul 11, 2015
  30. Jul 07, 2015
  31. Jun 25, 2015
    • Jo-Philipp Wich's avatar
      strace: update to 4.10 · bbf9531e
      Jo-Philipp Wich authored
      
      - include upstream fixes for musl compatibility
      Include <sys/stat.h> for S_I* macros
      d34e00b293942b1012ddc49ed3ab379a32337611
      
      Include <linux/ioctl.h> for _IOC_* macros
      3460dc486d333231998de0f19918204aacee9ae3
      
      strace 4.8 is broken with musl on some arch
      (arm: omap,oxnas according to buildbot)
      
      compile tested only
      
      Signed-off-by: default avatarDirk Neukirchen <dirkneukirchen@web.de>
      
      SVN-Revision: 46124
      bbf9531e
Loading