This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: 2.26 freeze in a little over a week
- From: Florian Weimer <fweimer at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Joseph Myers <joseph at codesourcery dot com>, Siddhesh Poyarekar <siddhesh at gotplt dot org>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>, Carlos O'Donell <carlos at redhat dot com>
- Date: Thu, 29 Jun 2017 17:41:39 +0200
- Subject: Re: 2.26 freeze in a little over a week
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 95A194AD7F
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 95A194AD7F
- References: <66d478fd-2d8f-bd06-d6b1-016a37166829@gotplt.org> <CAMe9rOpN8zy_ewx6D2_e6BGF2j2Bo3mUKtXzUZw4ZhvZOx4=Gw@mail.gmail.com> <alpine.DEB.2.20.1706291430480.7727@digraph.polyomino.org.uk> <768f285a-2ab9-a5be-0ea5-4358d9ea3fba@redhat.com> <CAMe9rOr5wWfUBt6pDqiw-NdQVqP=4E3PQrg3n4dbBpkaPxsAjQ@mail.gmail.com>
On 06/29/2017 05:11 PM, H.J. Lu wrote:
> +ifeq ($(subdir),malloc)
> +CFLAGS-malloc.c += -DMALLOC_ALIGNMENT=16
> +endif
I'd prefer if we didn't do this because it is extremely confusing.
Thanks,
Florian