My nixpkgs mirror for patching things.
Go to file
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
doc * Release notes. 2006-10-28 10:20:25 +00:00
maintainers * Merge builder-cygwin.sh. 2006-12-27 17:58:32 +00:00
pkgs * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bump the version number to 0.11. 2006-10-12 21:42:43 +00:00