From 0b78c046016537a7551f4fe75cddd05aa896439b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 28 Oct 2006 23:41:45 +0000 Subject: [PATCH] * Fix gcc 3.3. svn path=/nixpkgs/trunk/; revision=6898 --- pkgs/development/compilers/gcc-3.3/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/gcc-3.3/builder.sh b/pkgs/development/compilers/gcc-3.3/builder.sh index a61ad483dcf..4610ea927a0 100644 --- a/pkgs/development/compilers/gcc-3.3/builder.sh +++ b/pkgs/development/compilers/gcc-3.3/builder.sh @@ -40,8 +40,8 @@ postConfigure() { if test "$noSysDirs" = "1"; then # Patch some of the makefiles to force linking against our own # glibc. - if test -e $NIX_GCC/nix-support/orig-glibc; then - glibc=$(cat $NIX_GCC/nix-support/orig-glibc) + if test -e $NIX_GCC/nix-support/orig-libc; then + glibc=$(cat $NIX_GCC/nix-support/orig-libc) # Ugh. Copied from gcc-wrapper/builder.sh. We can't just # source in $NIX_GCC/nix-support/add-flags, since that # would cause *this* GCC to be linked against the