summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/common
Commit message (Collapse)AuthorAge
* [RFC] ppc64le enablement (#45340)CrystalGamma2018-08-21
| | | | | | | | | | | | | | | | * ppc64le enablement * gcc, glibc: properly handle __float128 * lib/systems, stdenv: syntax cleanup * gcc7: remove ugly hack * gcc: add/update __float128 flags * stdenv: add another pair of quotes for consistency * gcc: move __float128 flag for ppc64le-glibc into common/platform-flags.nix
* lib: Fix float handling for Aarch32John Ericson2018-05-12
| | | | Forgot to adjust default so abi with explicit float attr would be used.
* lib: Clean up float/fpu optionsJohn Ericson2018-05-10
| | | | | | ARM ABIs now have a float field. This is used as a fallback to lessen our use of `platform.gcc.float`. I didn't know what the MIPs convention is so I kept using `platform.gcc.float` in that case.
* gcc: Factor out "platform flags"John Ericson2018-05-10