[build, libgcc] Don't install vtv_*.o unless --enable-vtable-verify (PR libgcc/59339)

2014-03-06 Thread Rainer Orth
Uros pointed me at PR libgcc/59339 where make install tries to install the vtv_*.o files even if they aren't built, leading to install warnings. The following patch fixes this by ensuring that the files are only installed if built. Tested with make install in libgcc on x86-64-unknown-linux-gnu

Re: [build, libgcc] Don't install vtv_*.o unless --enable-vtable-verify (PR libgcc/59339)

2014-03-06 Thread Paolo Bonzini
Il 06/03/2014 12:55, Rainer Orth ha scritto: Uros pointed me at PR libgcc/59339 where make install tries to install the vtv_*.o files even if they aren't built, leading to install warnings. The following patch fixes this by ensuring that the files are only installed if built. Tested with make

Re: [build, libgcc] Don't install vtv_*.o unless --enable-vtable-verify (PR libgcc/59339)

2014-03-06 Thread Richard Biener
On Thu, Mar 6, 2014 at 1:13 PM, Paolo Bonzini bonz...@gnu.org wrote: Il 06/03/2014 12:55, Rainer Orth ha scritto: Uros pointed me at PR libgcc/59339 where make install tries to install the vtv_*.o files even if they aren't built, leading to install warnings. The following patch fixes this