From 23b5b032deb85456c1e507b9643c833945ac4777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 3 Sep 2010 19:25:05 +0000 Subject: [PATCH] Trying to fix the uclibc cross biulds for linux 2.4 svn path=/nixpkgs/branches/stdenv-updates/; revision=23632 --- pkgs/top-level/release-cross.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index cd28c8274a7..d9a5369bd6a 100644 --- a/pkgs/top-level/release-cross.nix +++ b/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 {