From e7521238ae2c1643705ed0fa8e7442f45cb35487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 19 May 2010 21:26:48 +0000 Subject: [PATCH] glibc: Add comment about things to be fixed. svn path=/nixpkgs/trunk/; revision=21891 --- pkgs/development/libraries/glibc-2.11/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/glibc-2.11/common.nix b/pkgs/development/libraries/glibc-2.11/common.nix index 178dfcdcbeb..f1308ff4179 100644 --- a/pkgs/development/libraries/glibc-2.11/common.nix +++ b/pkgs/development/libraries/glibc-2.11/common.nix @@ -104,6 +104,8 @@ stdenv.mkDerivation ({ NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.system == "i686-linux") "-U__i686"; } +# FIXME: This is way too broad and causes the *native* glibc to have a +# different store path dependending on whether `cross' is null or not. // args // {