From 35a4593277e82e3fc82db74687a3b448cc37c76a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Feb 2012 14:42:56 +0000 Subject: [PATCH] pkgs/development/compilers/gcc-4.6: strip trailing whitespace svn path=/nixpkgs/branches/stdenv-updates/; revision=32274 --- pkgs/development/compilers/gcc-4.6/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/gcc-4.6/default.nix b/pkgs/development/compilers/gcc-4.6/default.nix index 51985a8da20..ed8eff6b299 100644 --- a/pkgs/development/compilers/gcc-4.6/default.nix +++ b/pkgs/development/compilers/gcc-4.6/default.nix @@ -230,8 +230,8 @@ stdenv.mkDerivation ({ ${if enableMultilib then "" else "--disable-multilib"} ${if enableShared then "" else "--disable-shared"} ${if ppl != null then "--with-ppl=${ppl}" else ""} - ${if cloog != null then - "--with-cloog=${cloog} --enable-cloog-backend=isl" + ${if cloog != null then + "--with-cloog=${cloog} --enable-cloog-backend=isl" else ""} ${if langJava then "--with-ecj-jar=${javaEcj} " + @@ -319,7 +319,7 @@ stdenv.mkDerivation ({ --target=${stdenv.cross.config} ''; }; - + # Needed for the cross compilation to work AR = "ar";