This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] libcc1: Clean compiler-name.h (PR70173)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 11 Apr 2016 08:57:55 +0200
- Subject: Re: [PATCH] libcc1: Clean compiler-name.h (PR70173)
- Authentication-results: sourceware.org; auth=none
- References: <3043714b3a1b9f418ef5271a0a3609b3c6571b6f dot 1459770969 dot git dot segher at kernel dot crashing dot org> <20160411014420 dot GB15201 at gate dot crashing dot org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sun, Apr 10, 2016 at 08:44:20PM -0500, Segher Boessenkool wrote:
> Ping?
Ok for stage4.
> > 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
> >
> > libcc1/
> > PR bootstrap/70173
> > * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
> > (compiler-name.h): Shorten recipe so that it fits the line.
> > * Makefile.in: Regenerate.
Jakub