Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc: only disable aligned_alloc for darwin build/host/target platforms
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.
- Loading branch information