This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Running contrib/config-list.mk from the buildbots
- From: Diego Novillo <dnovillo at google dot com>
- To: Sebastian Huber <sebastian dot huber at embedded-brains dot de>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 19 Nov 2013 10:32:46 -0500
- Subject: Re: Running contrib/config-list.mk from the buildbots
- Authentication-results: sourceware.org; auth=none
- References: <CAD_=9DSVuYfWm2+qnsNVrWKB7q5yfb62Rktfo2-Nv9tR5obq-w at mail dot gmail dot com> <528B83BC dot 1050108 at embedded-brains dot de>
On Tue, Nov 19, 2013 at 10:29 AM, Sebastian Huber
<sebastian.huber@embedded-brains.de> wrote:
> On 2013-11-19 16:20, Diego Novillo wrote:
>>
>> I've been thinking that it would be very useful for buildbots to run
>> contrib/config-list.mk. This tests stage1's all-gcc on a very wide
>> collection of targets. It builds everything with -Werror, so it
>> requires a recent host compiler (ideally trunk or the latest release).
>
>
> What requirements must a target fulfill to get on this list?
It has to be actively maintained, of course.
The first test is to see if the target builds with
contrib/config-list.mk (with -Werror disabled). If it does, and
Jan-Benedict can add the script to a buildbot, then you're all set.
You just need to send a patch to change config-list.mk.
Diego.