glibc: Add comment about things to be fixed.

svn path=/nixpkgs/trunk/; revision=21891
This commit is contained in:
Ludovic Courtès 2010-05-19 21:26:48 +00:00
parent 0639ff01ea
commit e7521238ae
1 changed files with 2 additions and 0 deletions

View File

@ -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 //
{