OSDN Git Service

PR lto/45638
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2010 15:16:07 +0000 (15:16 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2010 15:16:07 +0000 (15:16 +0000)
* Make-lang.in (check-lto): New dummy target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165638 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/lto/ChangeLog
gcc/lto/Make-lang.in

index c731e5a..501bf8a 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR lto/45638
+       * Make-lang.in (check-lto): New dummy target.
+
 2010-10-14  Eric Botcazou  <ebotcazou@adacore.com>
 
        * lto-elf.c (SHN_XINDEX): Define if not already defined.
index 2165231..2dc6409 100644 (file)
@@ -94,3 +94,6 @@ lto/lto-coff.o: lto/lto-coff.c $(CONFIG_H) coretypes.h $(SYSTEM_H) \
 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: