GCC 4.6: Enable plug-in support by default.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32502
This commit is contained in:
Ludovic Courtès 2012-02-23 00:47:31 +00:00
parent 5fb4901886
commit 79232c5f54

View File

@ -19,7 +19,7 @@
, libXrandr ? null, libXi ? null, inputproto ? null, randrproto ? null , libXrandr ? null, libXi ? null, inputproto ? null, randrproto ? null
, gnatboot ? null , gnatboot ? null
, enableMultilib ? false , enableMultilib ? false
, enablePlugin ? false , enablePlugin ? true # whether to support user-supplied plug-ins
, name ? "gcc" , name ? "gcc"
, cross ? null , cross ? null
, binutilsCross ? null , binutilsCross ? null