3
0
Fork 0
forked from mirrors/nixpkgs

Trying to fix the uclibc cross biulds for linux 2.4

svn path=/nixpkgs/branches/stdenv-updates/; revision=23632
This commit is contained in:
Lluís Batlle i Rossell 2010-09-03 19:25:05 +00:00
parent 2971149bf4
commit 23b5b032de

View file

@ -96,7 +96,7 @@ let
platform = {
name = "malta";
kernelMajor = "2.4";
kernelBaseConfig = "malta_defconfig";
kernelBaseConfig = "defconfig-malta";
kernelHeadersBaseConfig = "defconfig-malta";
uboot = null;
kernelArch = "mips";
@ -109,6 +109,9 @@ let
ARCH_WANTS_BIG_ENDIAN n
ARCH_WANTS_LITTLE_ENDIAN y
LINUXTHREADS_OLD y
# Without this, it does not build for linux 2.4
UCLIBC_SUSV4_LEGACY y
'';
};
in {