Re: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Tom de Vries
On 05/11/13 05:17, Iyer, Balaji V wrote: Is the following patch OK to fix this issue? Balaji, the patch fixes the problem for me, thanks. I can't approve your patch, but it looks good to me. FWIW, I stumbled upon this text at http://gcc.gnu.org/codingconventions.html which is related to

RE: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Gopalasubramanian, Ganesh
--disable-bootstrap Am I missing something? Regards Ganesh -Original Message- From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of Iyer, Balaji V Sent: Tuesday, November 05, 2013 9:47 AM To: Tom de Vries; gcc@gcc.gnu.org Subject: [PATCH] RE: libcilkrts breaks non

Re: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Tom de Vries
On 05/11/13 10:37, Gopalasubramanian, Ganesh wrote: My non-bootstrap build fails with the following message /bin/bash: ./libtool: No such file or directory make: *** [cilk-abi-vla.lo] Error 127 I have my libtool installed in /usr/bin. I configured the build with configure

Re: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Richard Biener
On Tue, Nov 5, 2013 at 5:17 AM, Iyer, Balaji V balaji.v.i...@intel.com wrote: -Original Message- From: Tom de Vries [mailto:tom_devr...@mentor.com] Sent: Monday, November 4, 2013 2:15 PM To: gcc@gcc.gnu.org Cc: Iyer, Balaji V Subject: libcilkrts breaks non-bootstrap build Hi,

Re: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Joseph S. Myers
On Tue, 5 Nov 2013, Tom de Vries wrote: FWIW, I stumbled upon this text at http://gcc.gnu.org/codingconventions.html which is related to this patch, and also to the top-level part of your commit r204173, which is missing at 'src': Note there are now *three* repositories to keep in sync - GCC,

RE: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Iyer, Balaji V
-Original Message- From: Richard Biener [mailto:richard.guent...@gmail.com] Sent: Tuesday, November 5, 2013 7:08 AM To: Iyer, Balaji V Cc: Tom de Vries; gcc@gcc.gnu.org Subject: Re: [PATCH] RE: libcilkrts breaks non-bootstrap build On Tue, Nov 5, 2013 at 5:17 AM, Iyer, Balaji V

RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
Hi Tom, Please see my response below: Thanks, Balaji V. Iyer. -Original Message- From: Tom de Vries [mailto:tom_devr...@mentor.com] Sent: Monday, November 4, 2013 2:15 PM To: gcc@gcc.gnu.org Cc: Iyer, Balaji V Subject: libcilkrts breaks non-bootstrap build Hi, When

RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
Hi Tom, This is what I tried for --enable-languages=c,c++ ../trunk-gcc/configure --disable-bootstrap --enable-languages=c,c++ --prefix=/home /install_dir/trunk-install-disable-bootstrap And it seem to compile fine. Did you any other tags to configure? Thanks, Balaji V. Iyer.

Re: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Tom de Vries
On 04/11/13 21:23, Iyer, Balaji V wrote: Hi Tom, This is what I tried for --enable-languages=c,c++ ../trunk-gcc/configure --disable-bootstrap --enable-languages=c,c++ --prefix=/home /install_dir/trunk-install-disable-bootstrap And it seem to compile fine. Did you any other tags to

[PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
-Original Message- From: Tom de Vries [mailto:tom_devr...@mentor.com] Sent: Monday, November 4, 2013 2:15 PM To: gcc@gcc.gnu.org Cc: Iyer, Balaji V Subject: libcilkrts breaks non-bootstrap build Hi, When configuring a gcc build with --disable-bootstrap --enable- languages=c