From patchwork Mon Oct 18 15:01:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add check-lto target to quite up make check From: Jakub Jelinek X-Patchwork-Id: 68201 Message-Id: <20101018150123.GK18103@tyan-ft48-01.lab.bos.redhat.com> To: gcc-patches@gcc.gnu.org Date: Mon, 18 Oct 2010 17:01:23 +0200 Hi! make check keeps complaining that check-lto doesn't exist. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2010-10-18 Jakub Jelinek * Make-lang.in (check-lto): New dummy target. Jakub --- gcc/lto/Make-lang.in.jj 2010-10-07 19:45:13.000000000 +0200 +++ gcc/lto/Make-lang.in 2010-10-18 14:12:40.000000000 +0200 @@ -94,3 +94,6 @@ lto/lto-coff.o: lto/lto-coff.c $(CONFIG_ lto/lto-macho.o: lto/lto-macho.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \ toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H) \ lto/lto-macho.h lto/lto-endian.h + +# LTO testing is done as part of C/C++/Fortran etc. testing. +check-lto: