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: Fix POWER9 implies



On 09/16/2016 03:48 PM, Tulio Magno Quites Machado Filho wrote:
> Fix multiarch build for POWER9 by correcting the order of the
> directories listed at sysnames configure variable.
> 
> 2016-09-16  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
> 
> 	[BZ #20615]
> 	* sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Replace
> 	fpu directory by non-fpu.
> 	* sysdeps/powerpc/powerpc64/power9/fpu/Implies: Remove dependency
> 	on non-fpu directory from a fpu directory.
> ---
>  sysdeps/powerpc/powerpc32/power9/multiarch/Implies | 2 +-
>  sysdeps/powerpc/powerpc64/power9/fpu/Implies       | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/sysdeps/powerpc/powerpc32/power9/multiarch/Implies b/sysdeps/powerpc/powerpc32/power9/multiarch/Implies
> index 4393b56..1a46ef0 100644
> --- a/sysdeps/powerpc/powerpc32/power9/multiarch/Implies
> +++ b/sysdeps/powerpc/powerpc32/power9/multiarch/Implies
> @@ -1 +1 @@
> -powerpc/powerpc32/power8/fpu/multiarch
> +powerpc/powerpc32/power8/multiarch
> diff --git a/sysdeps/powerpc/powerpc64/power9/fpu/Implies b/sysdeps/powerpc/powerpc64/power9/fpu/Implies
> index fad2505..ae0dbaf 100644
> --- a/sysdeps/powerpc/powerpc64/power9/fpu/Implies
> +++ b/sysdeps/powerpc/powerpc64/power9/fpu/Implies
> @@ -1,2 +1 @@
>  powerpc/powerpc64/power8/fpu
> -powerpc/powerpc64/power8
> 

LGTM. I assume tested with an without multiarch enabled?


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