This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 0/29] RFC: Use automake-1.11.6 across the tree



On 05/06/2015 03:01 PM, Bernd Edlinger wrote:
> 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?

These --enable-things I've identified as necessary to have maintainer-mode
update any occurrence of "by automake *" to read "by automake 1.11.6".

Seems like ada doesn't use automake at all (no Makefile.am).

/haubi/


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