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: Jan-Benedict Glaw <jbglaw at lug-owl dot de>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Thu, 21 Nov 2013 15:40:01 -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> <20131121162127 dot GA30563 at lug-owl dot de> <20131121171604 dot GB30563 at lug-owl dot de>
On Thu, Nov 21, 2013 at 12:16 PM, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> Just hit a problem with those targets that contain a '='. In that
> case, it's basically
>
> make -f ../gcc/contrib/config-list.mk log/arc-elf32OPT-with-cpu=arc600-make.out
>
> ...which is interpreted as a variable assignment. Does anybody have a
> hint for me (that doesn't look like an ugly duckling)?
Not sure why this is giving you grief, but if handling these cases is
not straightforward we can just take them out for the time being.
There are only 2 or 3 like this.
Diego.