This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Set arch_minimum_kernel for powerpc*le


On Wed, 15 Jan 2014, Alan Modra wrote:

> Somehow this patch for powerpc64le missed being submitted.  OK to apply?
> 
> 	* sysdeps/unix/sysv/linux/powerpc/configure.in (arch_minimum_kernel):
> 	Set for powerpc*le.
> 	* sysdeps/unix/sysv/linux/powerpc/configure: Regenerate.

This is bug 15998 - thanks for fixing it.

> +case "$config_machine" in
> +  powerpc*le) arch_minimum_kernel=3.10 ;;
> +esac

Was support in 3.10 (unmodified kernel.org release) actually functional 
enough to be able to use current glibc?  I had the impression the first 
kernel with working support was more likely to be 3.13.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]