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
, gnatboot ? null
, enableMultilib ? false
, enablePlugin ? false
, enablePlugin ? true # whether to support user-supplied plug-ins
, name ? "gcc"
, cross ? null
, binutilsCross ? null