Files
nixpkgs/pkgs/development/compilers/gcc/common
Elias Naur 8d2846edbb gcc: only disable aligned_alloc for darwin build/host/target platforms (#226290)
Before this change a Darwin gcc would output binaries that avoid
aligned_alloc, regardless of target platform. That's fine for Darwin
targets, but not for non-darwin targets such as pkgsCross.raspberryPi.

This change replaces the single configure flag with a flag for
each of build, host, target.

Idea by @trofi.
2023-05-16 19:43:17 -04:00
..
2023-05-03 18:35:51 +00:00
2023-02-12 05:44:34 +02:00