diff mbox

Add check-lto target to quite up make check

Message ID 20101018150123.GK18103@tyan-ft48-01.lab.bos.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek Oct. 18, 2010, 3:01 p.m. UTC
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  <jakub@redhat.com>

	* Make-lang.in (check-lto): New dummy target.


	Jakub

Comments

Diego Novillo Oct. 18, 2010, 3:03 p.m. UTC | #1
On Mon, Oct 18, 2010 at 11:01, Jakub Jelinek <jakub@redhat.com> wrote:

> 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
>
>        * Make-lang.in (check-lto): New dummy target.

OK.


Diego.
Rainer Orth Oct. 18, 2010, 3:06 p.m. UTC | #2
Jakub Jelinek <jakub@redhat.com> writes:

> make check keeps complaining that check-lto doesn't exist.

This is PR lto/45638.

	Rainer
diff mbox

Patch

--- 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: