From 3237b446b90f3c705a7b61bb381f53da6116b852 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Nov 2007 12:39:51 +0000 Subject: [PATCH] svn path=/nixpkgs/branches/stdenv-updates/; revision=9775 --- pkgs/stdenv/linux/make-bootstrap-tools.nix | 2 +- pkgs/stdenv/linux/make-bootstrap-tools.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix index 069b965ad76..ce81ff0bd8f 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix @@ -53,7 +53,7 @@ let noSysDirs = true; langCC = false; staticCompiler = true; - profiledCompiled = true; + profiledCompiler = true; }; curl = pkgsDiet.realCurl; diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.sh b/pkgs/stdenv/linux/make-bootstrap-tools.sh index afc595861ca..d9d2a2260a4 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools.sh +++ b/pkgs/stdenv/linux/make-bootstrap-tools.sh @@ -99,6 +99,7 @@ fi rm -rf gcc/lib/gcc/*/*/install-tools rm -rf gcc/lib/gcc/*/*/include/root rm -rf gcc/lib/gcc/*/*/include/linux +rm -f gcc/lib/libgomp* if test -e gcc/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/include/bits/mathdef.h; then nukeRefs gcc/lib/gcc/powerpc-unknown-linux-gnu/4.1.1/include/bits/mathdef.h fi