nixpkgs/pkgs/build-support/gcc-wrapper-new
Eelco Dolstra 0a05618f11 * Fix weird behaviour with "gcc -v" due to linker flags being appended
to the gcc invocation.

  If we pass a flag like -Wl, then gcc will call the linker unless it
  can figure out that it has to do something else (e.g., because of a
  "-c" flag).  So if no non-flag arguments are given, don't pass any
  linker flags.  This catches cases like "gcc" (should just print
  "gcc: no input files") and "gcc -v" (should print the version).

svn path=/nixpkgs/trunk/; revision=8644
2007-05-02 14:59:40 +00:00
..
add-flags * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
builder.sh * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
default.nix * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
gcc-wrapper.sh * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
ld-wrapper.sh * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
setup-hook.sh * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
utils.sh * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00