1. May 09, 2022
  2. Nov 23, 2021
  3. Sep 21, 2021
  4. Sep 20, 2021
  5. Sep 15, 2021
    • Kito Cheng's avatar
      Merge pull request #960 from cmuellner/build-libc-deps · 86a6f1ba
      Kito Cheng authored
      Fix typo in build-libc dependencies
      86a6f1ba
    • Christoph Muellner's avatar
      Fix typo in build-libc dependencies · e9b692f3
      Christoph Muellner authored
      The variable MULTLIB_NAMES does not exist but is used when
      generating the dependencies for the target build-libc for glibc.
      Even when adding the missing 'I' (for MULTILIB_NAMES) there is
      still no variable with this name.
      
      So the whole dependency generation is useless, becauese it was not
      needed so far. Looking into detail why it is so, we can find the
      answer in the dependency list of the target 'stamps/build-gcc-linux-stage2'.
      
      Let's fix this by setting the dependencies for build-libc right.
      The dependencies for 'stamps/build-gcc-linux-stage2' stay as they are
      not wrong.
      
      Fixes: 3456b66f
      
       ("Add a "make report" phony target")
      Signed-off-by: default avatarChristoph Muellner <cmuellner@linux.com>
      e9b692f3
  6. Sep 09, 2021
  7. Aug 11, 2021
  8. Aug 10, 2021
  9. Aug 06, 2021
  10. Jun 25, 2021
  11. Jun 23, 2021
    • Kito Cheng's avatar
      Bump GCC to 11.1 · 52735e21
      Kito Cheng authored
      52735e21
    • Kito Cheng's avatar
      Update allow list for GCC 11 · 9a3dbb38
      Kito Cheng authored
      - PR 94853 and PR 86153 are reoslved
      - gfortran.dg/elemental_subroutine_3.f90 seems pass now.
      - g++.dg/tls/thread_local4* added to allow list since they might random
        fail on qemu, and hard to reproduce.
      9a3dbb38
  12. Jun 17, 2021
  13. Apr 22, 2021
  14. Apr 21, 2021
  15. Apr 06, 2021
  16. Apr 03, 2021
  17. Apr 02, 2021
  18. Apr 01, 2021
  19. Mar 29, 2021