nixpkgs/pkgs/build-support/gcc-cross-wrapper
Ben Gamari 22cc5407cd gcc-cross-wrapper: Fix include path
Include files are typically in the libc package's `dev` output but previously `-isystem` was looking in `out`, resulting in my cross-compilation environment not finding its include files.
2016-10-31 23:44:03 +02:00
..
add-flags
builder.sh gcc-cross-wrapper: Fix include path 2016-10-31 23:44:03 +02:00
default.nix cross GCC: Fix some paths to libc headers (after multiple outputs) 2016-06-11 04:15:17 +03:00
gcc-wrapper.sh Change occurrences of gcc to the more general cc 2014-12-26 11:06:21 -06:00
ld-wrapper.sh
setup-hook.sh cc-wrapper: Fix for cross-compiling 2015-01-25 23:29:06 -05:00
utils.sh