From 79232c5f54c47e8359262601243d2878e2ab5512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 23 Feb 2012 00:47:31 +0000 Subject: [PATCH] GCC 4.6: Enable plug-in support by default. svn path=/nixpkgs/branches/stdenv-updates/; revision=32502 --- pkgs/development/compilers/gcc/4.6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/gcc/4.6/default.nix b/pkgs/development/compilers/gcc/4.6/default.nix index 30b6476c5534..09f5396216d6 100644 --- a/pkgs/development/compilers/gcc/4.6/default.nix +++ b/pkgs/development/compilers/gcc/4.6/default.nix @@ -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