3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/build-support/gcc-wrapper
Thomas Tuegel d927da8dae gcc-wrapper: parameterize setup-hook
The default setup-hook for gcc-wrapper adds include directories with
-isystem, which upsets the order -I flags are processed. This adds an
alternative setup-hook that only uses -I flags. The build system's
ordering of -I flags is then respected. This is important when different
packages provide includes with the same name, such as building packages
that depend on Qt4 and Qt5.
2015-01-26 20:59:50 -06:00
..
add-flags Change occurrences of gcc to the more general cc 2014-12-26 11:06:21 -06:00
default.nix gcc-wrapper: parameterize setup-hook 2015-01-26 20:59:50 -06:00
gcc-wrapper.sh Change occurrences of gcc to the more general cc 2014-12-26 11:06:21 -06:00
gnat-wrapper.sh gcc-wrapper: Style fix 2014-10-11 22:26:39 +02:00
gnatlink-wrapper.sh gcc-wrapper: Style fix 2014-10-11 22:26:39 +02:00
ld-solaris-wrapper.sh gcc-wrapper: Get rid of builder.sh + cleanup 2014-10-10 14:55:08 +02:00
ld-wrapper.sh Change occurrences of gcc to the more general cc 2014-12-26 11:06:21 -06:00
setup-hook-stdinc.sh gcc-wrapper: parameterize setup-hook 2015-01-26 20:59:50 -06:00
setup-hook.sh gcc-wrapper is used for clang too 2015-01-05 14:39:22 -05:00
utils.sh gcc-wrapper: Style fix 2014-10-11 22:26:39 +02:00