This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] powerpc64le: Create divergent sysdep directory for powerpc64le.
- From: Carlos Eduardo Seo <cseo at linux dot vnet dot ibm dot com>
- To: "Gabriel F. T. Gomes" <gftg at linux dot vnet dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Fri, 28 Apr 2017 11:19:43 -0300
- Subject: Re: [PATCH] powerpc64le: Create divergent sysdep directory for powerpc64le.
- Authentication-results: sourceware.org; auth=none
- References: <1493222240-17992-1-git-send-email-gftg@linux.vnet.ibm.com>
On 4/26/17, 12:57 PM, "Gabriel F. T. Gomes" <libc-alpha-owner@sourceware.org on behalf of gftg@linux.vnet.ibm.com> wrote:
From: "Paul E. Murphy" <murphyp@linux.vnet.ibm.com>
float128 on powerpc64le requires the addition of the ieee754/float128
sysdep, whereas powerpc64 doesn't. This requires creating a bunch of
submachine and cpu directories and Implies files which just point
towards their powerpc64 equivalent.
Tested on P7, P8, and generic powerpc64le targets with and without
multiarch.
OK.