Skip to content
Snippets Groups Projects
  1. May 10, 2017
    • Alexey Brodkin's avatar
      perf: Disable perf for ARC770 only, enable for ARC HS38 · 5dc76a42
      Alexey Brodkin authored
      
      Toolchain built for ARCv1 (read for ARC700 cores) by default has
      disabled atomic ops (-mno-atomic). When we build Linux kernel for ARC770
      which has LL/SC instructions and thus may handle normally atomic ops we
      explicitly add "-matomic" in CFLAGS. But since user-space perf utility has
      no way to extract CPU config options from Kconfig/defconfig it uses
      compiler default settings.
      
      In case of ARCv2 (read ARC HS38) atomics are enabled by default and so
      perf builds perfectly fine thus reenabling perf for ARC HS38 (actually
      for non-ARC700 targets).
      
      Signed-off-by: default avatarAlexey Brodkin <Alexey.Brodkin@synopsys.com>
      5dc76a42
  2. May 02, 2017
  3. Apr 12, 2017
  4. Mar 24, 2017
  5. Mar 17, 2017
  6. Feb 11, 2017
  7. Jan 07, 2017
  8. Jan 05, 2017
  9. Dec 22, 2016
  10. Dec 16, 2016
  11. Dec 03, 2016
  12. Nov 16, 2016
  13. Nov 08, 2016
  14. Oct 26, 2016
  15. Oct 13, 2016
  16. Oct 06, 2016
  17. Oct 04, 2016
  18. Oct 03, 2016
  19. Sep 28, 2016
  20. Aug 23, 2016
  21. Aug 15, 2016
  22. 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
  23. Jul 31, 2016
  24. Jul 18, 2016
  25. Jul 07, 2016
  26. Jun 22, 2016
  27. Jun 13, 2016
  28. Jun 07, 2016
  29. May 19, 2016
  30. Mar 10, 2016
  31. Feb 25, 2016
  32. Feb 16, 2016
  33. Feb 15, 2016
Loading