1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/build-support
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
..
buildenv * Process packages in the specified order (i.e., don't sort). 2007-03-04 01:20:07 +00:00
fetchcvs
fetchdarcs
fetchfile
fetchsvn
fetchurl * fetchurl: accept an optional name. Useful for file names that contain 2007-03-02 19:07:36 +00:00
gcc-cross-wrapper
gcc-wrapper
gcc-wrapper-new * Fix weird behaviour with "gcc -v" due to linker flags being appended 2007-05-02 14:59:40 +00:00
make-symlinks
make-wrapper
mono-dll-fixer
native-darwin-cctools-wrapper
nuke-references
opengl * Look for the current OpenGL driver in /var/state/opengl-driver. 2007-02-27 00:49:47 +00:00
substitute