summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 16:23:12 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 16:23:12 +0000
commit5175cce9a948fbf4f31eaf1c1f630677c5844e1f (patch)
treed634bb7c1822976641179dd65804935c52b4d095 /pkgs/build-support/gcc-wrapper
parent7689a348c4eb7ed55bfaa273fadbb036f7f0bde7 (diff)
downloadnixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar.gz
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar.bz2
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar.lz
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar.xz
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.tar.zst
nixlib-5175cce9a948fbf4f31eaf1c1f630677c5844e1f.zip
* Oops. We don't call genericBuild, so the fixupPhase (which creates
  the setup hook) is never run.  So revert.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15281
Diffstat (limited to 'pkgs/build-support/gcc-wrapper')
-rw-r--r--pkgs/build-support/gcc-wrapper/builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/build-support/gcc-wrapper/builder.sh b/pkgs/build-support/gcc-wrapper/builder.sh
index 4fe07f9323cd..0691b4273254 100644
--- a/pkgs/build-support/gcc-wrapper/builder.sh
+++ b/pkgs/build-support/gcc-wrapper/builder.sh
@@ -115,6 +115,8 @@ test -n "$libc" && echo $libc > $out/nix-support/orig-libc
 
 doSubstitute "$addFlags" "$out/nix-support/add-flags.sh"
 
+doSubstitute "$setupHook" "$out/nix-support/setup-hook"
+
 cp -p $utils $out/nix-support/utils.sh