nixpkgs/pkgs/development/compilers/gcc/7
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 gcc: support avr 2018-10-29 14:34:09 -05:00
riscv-no-relax.patch gcc: Add uncommitted patch. 2018-03-16 16:39:55 -04:00
riscv-pthread-reentrant.patch RISC-V: Add upstream gcc patch to fix -pthread. 2018-02-26 05:24:36 -05:00