diff options
-rw-r--r-- | gcc/lto/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/lto/Make-lang.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index c731e5a..501bf8a 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -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. diff --git a/gcc/lto/Make-lang.in b/gcc/lto/Make-lang.in index 2165231..2dc6409 100644 --- a/gcc/lto/Make-lang.in +++ b/gcc/lto/Make-lang.in @@ -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: |