nixpkgs/pkgs/development/compilers/gcc
Sergei Trofimovich a62c92ab9b gcc12: disable libsanitizer for mips64
Without the change build on mips64-unknown-linux-gnu fails as:

        $ nix-build -A buildPackages.gcc12 --argstr crossSystem mips64-linux

        In file included from ...-glibc-mips64-unknown-linux-gnu-2.37-8-dev/include/bits/stat.h:25,
                         from ...-glibc-mips64-unknown-linux-gnu-2.37-8-dev/include/fcntl.h:78,
                         from ../../../../gcc-12.3.0/libsanitizer/sanitizer_common/sanitizer_linux.cpp:55:
        ...-glibc-mips64-unknown-linux-gnu-2.37-8-dev/include/bits/struct_stat.h:190:8: error: redefinition of 'struct stat64'
          190 | struct stat64
              |        ^~~~~~
2023-08-23 14:30:54 -07:00
..
common gcc12: disable libsanitizer for mips64 2023-08-23 14:30:54 -07:00
patches gcc: patches: fix patch name 2023-08-20 23:43:45 -07:00
default.nix gcc: match weird whack-a-mole per-version hash algorithm 2023-08-20 23:00:03 -07:00