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: [PATCH] powerpc: Set minimum kernel version for powerpc64le


Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> writes:

> This patch sets the minimum kernel version required for ppc64le as 3.10.0.
> Tested on powerpc64 and powerpc64le.
>
> 2017-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
>
> 	[BZ #15998]
> 	* sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
> 	(arch_minimum_kernel): Set as 3.10.0 for ppc64le.
> 	* sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
> ---
>  .../unix/sysv/linux/powerpc/powerpc64/configure    | 24 ++++++++++++++++++++++
>  .../unix/sysv/linux/powerpc/powerpc64/configure.ac |  7 +++++++
>  2 files changed, 31 insertions(+)
>
> diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac b/sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
> index 0822915..763b0b4 100644
> --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
> +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
> @@ -27,3 +27,10 @@ else
>      libc_extra_cppflags="$libc_extra_cppflags -D_CALL_ELF=1"
>    fi
>  fi
> +# Set minimum kernel version for ppc64le

Missing punctuation here ------------------^

LGTM.

-- 
Tulio Magno


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