From: Chris Gianelloni Date: Mon, 13 Nov 2006 19:50:46 +0000 (+0000) Subject: Added Large File Support thanks to Fabio Erculiani in bug... X-Git-Tag: v3.4.10.902~292 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0d0730dd3d26d8a6a858c2a4ac3435920df185a;p=genkernel.git Added Large File Support thanks to Fabio Erculiani in bug #152881. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@460 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index 0c111e1..f75d22b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ # Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Nov 2006; Chris Gianelloni alpha/busy-config, + ia64/busy-config, mips/busy-config, parisc/busy-config, + parisc64/busy-config, ppc/busy-config, ppc64/busy-config, + sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config, + x86_64/busy-config, xen0/busy-config, xenU/busy-config: + Added Large File Support thanks to Fabio Erculiani + in bug #152881. + 13 Nov 2006; Chris Gianelloni genkernel: Added patch to improve symlink support by Michael Hordijk for bug #143217. diff --git a/alpha/busy-config b/alpha/busy-config index 6b4391c..259fae0 100644 --- a/alpha/busy-config +++ b/alpha/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/ia64/busy-config b/ia64/busy-config index 6b4391c..259fae0 100644 --- a/ia64/busy-config +++ b/ia64/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/mips/busy-config b/mips/busy-config index 4dc3722..2b2cb32 100644 --- a/mips/busy-config +++ b/mips/busy-config @@ -32,7 +32,7 @@ CONFIG_STATIC=y # CONFIG_BUILD_LIBBUSYBOX is not set # CONFIG_FEATURE_FULL_LIBBUSYBOX is not set # CONFIG_FEATURE_SHARED_BUSYBOX is not set -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set CROSS_COMPILER_PREFIX="" EXTRA_CFLAGS_OPTIONS="-march=mips3" diff --git a/parisc/busy-config b/parisc/busy-config index 6b4391c..259fae0 100644 --- a/parisc/busy-config +++ b/parisc/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/parisc64/busy-config b/parisc64/busy-config index 6b4391c..259fae0 100644 --- a/parisc64/busy-config +++ b/parisc64/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/ppc/busy-config b/ppc/busy-config index 6459a7e..dd6a55a 100644 --- a/ppc/busy-config +++ b/ppc/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/ppc64/busy-config b/ppc64/busy-config index 6b4391c..259fae0 100644 --- a/ppc64/busy-config +++ b/ppc64/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/sparc/busy-config b/sparc/busy-config index 6b4391c..259fae0 100644 --- a/sparc/busy-config +++ b/sparc/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/sparc64/busy-config b/sparc64/busy-config index 6b4391c..259fae0 100644 --- a/sparc64/busy-config +++ b/sparc64/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/um/busy-config b/um/busy-config index 6b4391c..259fae0 100644 --- a/um/busy-config +++ b/um/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/x86/busy-config b/x86/busy-config index e4f9b28..a09590c 100644 --- a/x86/busy-config +++ b/x86/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/x86_64/busy-config b/x86_64/busy-config index 6459a7e..dd6a55a 100644 --- a/x86_64/busy-config +++ b/x86_64/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/xen0/busy-config b/xen0/busy-config index 6b4391c..259fae0 100644 --- a/xen0/busy-config +++ b/xen0/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" diff --git a/xenU/busy-config b/xenU/busy-config index 6b4391c..259fae0 100644 --- a/xenU/busy-config +++ b/xenU/busy-config @@ -22,7 +22,7 @@ CONFIG_FEATURE_DEVPTS=y # Build Options # CONFIG_STATIC=y -# CONFIG_LFS is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS=""