about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-08 18:53:00 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-08 18:53:00 +0000
commitb724fa3d447ecbe4b1fa6e327d8d529a33af69bd (patch)
treed2b051cfdfe7c9ca85d68500bd7ffa17254a56e9 /pkgs/stdenv/linux
parentd75e47a383fae75d5b673615859e94f26e92aeea (diff)
downloadnixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar.gz
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar.bz2
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar.lz
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar.xz
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.tar.zst
nixlib-b724fa3d447ecbe4b1fa6e327d8d529a33af69bd.zip
Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 ABI in mips I'm
making the longsoon2f system for.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23044
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index bfeb01a7cd72..04009fd5bee6 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -23,6 +23,7 @@ rec {
       export NIX_ENFORCE_PURITY=1
       havePatchELF=1
       ${if system == "x86_64-linux" then "NIX_LIB64_IN_SELF_RPATH=1" else ""}
+      ${if system == "ict_loongson-2_v0.3_fpu_v0.1-linux" then "NIX_LIB32_IN_SELF_RPATH=1" else ""}
     '';