Trying to fix the uclibc cross biulds for linux 2.4

svn path=/nixpkgs/branches/stdenv-updates/; revision=23632
wip/yesman
Lluís Batlle i Rossell 14 years ago
parent 2971149bf4
commit 23b5b032de
  1. 5
      pkgs/top-level/release-cross.nix

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

Loading…
Cancel
Save