nixpkgs/lib/systems
Matthew Bauer 412093994b gcc: support avr
- respect libc’s incdir and libdir
- make non-unix systems single threaded
- set LIMITS_H_TEST to false for avr
- misc updates to support new libc’s
- use multilib with avr

For threads we want to use:
- posix on unix systems
- win32 on windows
- single on everything else

For avr:
- add library directories for avrlibc
- to disable relro and bind
- avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
2018-10-29 14:34:09 -05:00
..
default.nix systems: add avrlibc for avr systems 2018-10-29 14:34:09 -05:00
doubles.nix tests/systems.nix: fix tests 2018-10-18 14:12:49 -05:00
examples.nix gcc: support avr 2018-10-29 14:34:09 -05:00
for-meta.nix hurd: cleanup unmaintained target 2018-08-28 22:18:02 +01:00
inspect.nix avr: use new compilation infrastructure 2018-10-29 14:34:09 -05:00
parse.nix avr: use new compilation infrastructure 2018-10-29 14:34:09 -05:00
platforms.nix [RFC] ppc64le enablement (#45340) 2018-08-21 15:31:34 -04:00