Trying to fix the uclibc cross biulds for linux 2.4
svn path=/nixpkgs/branches/stdenv-updates/; revision=23632
This commit is contained in:
parent
2971149bf4
commit
23b5b032de
|
@ -96,7 +96,7 @@ let
|
||||||
platform = {
|
platform = {
|
||||||
name = "malta";
|
name = "malta";
|
||||||
kernelMajor = "2.4";
|
kernelMajor = "2.4";
|
||||||
kernelBaseConfig = "malta_defconfig";
|
kernelBaseConfig = "defconfig-malta";
|
||||||
kernelHeadersBaseConfig = "defconfig-malta";
|
kernelHeadersBaseConfig = "defconfig-malta";
|
||||||
uboot = null;
|
uboot = null;
|
||||||
kernelArch = "mips";
|
kernelArch = "mips";
|
||||||
|
@ -109,6 +109,9 @@ let
|
||||||
ARCH_WANTS_BIG_ENDIAN n
|
ARCH_WANTS_BIG_ENDIAN n
|
||||||
ARCH_WANTS_LITTLE_ENDIAN y
|
ARCH_WANTS_LITTLE_ENDIAN y
|
||||||
LINUXTHREADS_OLD y
|
LINUXTHREADS_OLD y
|
||||||
|
|
||||||
|
# Without this, it does not build for linux 2.4
|
||||||
|
UCLIBC_SUSV4_LEGACY y
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue