This is the mail archive of the gcc@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] RE: libcilkrts/runtime/config/generic/cilk-abi-vla.c failure (was: [PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918))


On Thu, Oct 31, 2013 at 03:21:14AM +0000, Iyer, Balaji V wrote:
> It is because of this line:
> 
>   i[456]86-*-*)
>     config_dir="x86"
>     ;;
> 
> It should include a 3 too. My bad sorry. I have fixed it. Attached, please find a patch. It is committed as obvious.

It is not just about not including 3, but also the []s in configure.ac were
eaten by m4.  In any case, shouldn't you fix also config/generic?

	Jakub


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