mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
590822ee4f
`binutils-2.39` dropped `#define PTR void*` compaibility macro. Without this change build fails as: debug/debug.c: In function 'load_file': debug/debug.c:275:53: error: 'PTR' undeclared (first use in this function) 275 | symcount = bfd_read_minisymbols(file->abfd, 0, (PTR)&file->syms, &size); | ^~~ |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
common-updater | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
pkgs-lib | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |