nixpkgs/pkgs/build-support/cc-wrapper
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
..
add-flags.sh
add-hardening.sh
cc-wrapper.sh Re-Revert "Merge #44221: default for NIX_CXXSTDLIB_COMPILE" 2018-07-31 09:48:16 +02:00
default.nix gcc: support avr 2018-10-29 14:34:09 -05:00
setup-hook.sh Revert "Merge pull request #44767 from obsidiansystems/wrapper-env-var-path" 2018-08-22 01:14:53 +02:00