This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [patch 0/27] RFC: Use automake-1.11.6 across the tree
- From: Bernd Edlinger <bernd dot edlinger at hotmail dot de>
- To: Michael Haubenwallner <michael dot haubenwallner at ssi-schaefer dot com>, Paolo Bonzini <bonzini at gnu dot org>, DJ Delorie <dj at redhat dot com>, Nathanael Nerode <neroden at gcc dot gnu dot org>, Alexandre Oliva <aoliva at redhat dot com>, Ralf Wildenhues <ralf dot wildenhues at gmx dot de>, Eric Botcazou <ebotcazou at adacore dot com>
- Cc: Jan-Benedict Glaw <jbglaw at lug-owl dot de>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Janne Blomqvist <jb at gcc dot gnu dot org>, Kai Tietz <ktietz at redhat dot com>
- Date: Wed, 6 May 2015 15:01:13 +0200
- Subject: RE: [patch 0/27] RFC: Use automake-1.11.6 across the tree
- Authentication-results: sourceware.org; auth=none
- References: <5548E9C3 dot 1090408 at ssi-schaefer dot com>
Hi,
On Tue, 5 May 2015 18:03:15, Michael Haubenwallner wrote:
>
> Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6?
>
> BTW, the actual commands I use to re-run automake for everything (I found) is:
> $ export AUTOMAKE='automake-1.11 --add-missing --copy --force-missing'
> $ /src/gcc-trunk/configure --prefix=/install \
> --enable-languages=c,c++,fortran,go,java,lto,objc,obj-c++ \
> --enable-liboffloadmic=target \
> --enable-libmpx \
> --enable-maintainer-mode
> $ make bootstrap
>
And for completeness: ada missing here?
Thanks
Bernd.