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 15-01-2014 07:40, 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.
>
> diff --git a/sysdeps/unix/sysv/linux/powerpc/configure.ac b/sysdeps/unix/sysv/linux/powerpc/configure.ac
> index 1768ab1..dbe9287 100644
> --- a/sysdeps/unix/sysv/linux/powerpc/configure.ac
> +++ b/sysdeps/unix/sysv/linux/powerpc/configure.ac
> @@ -35,4 +35,7 @@ long double foobar (long double x) { return x; }],
>      AC_MSG_ERROR([this configuration requires -mlong-double-128 IBM extended format support])
>    fi
>  fi
> +
> +case "$config_machine" in
> +  powerpc*le) arch_minimum_kernel=3.10 ;;
> +esac
>
Ok, thanks.


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