OSDN Git Service

(cross-test): Depend on GCC_PARTS.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jan 1993 20:16:48 +0000 (20:16 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jan 1993 20:16:48 +0000 (20:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3307 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 93704b7..59e95b0 100644 (file)
@@ -474,7 +474,7 @@ rest.cross: libgcc.a float.h specs
 
 # Verify that it works to compile and link cross-test.
 # If it does, then there are sufficient replacements for libgcc1.a.
-cross-test: cross-test.o native gcc-cross libgcc.a
+cross-test: cross-test.o native gcc-cross libgcc.a $(GCC_PARTS)
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) cross-test.o -o $@
 cross-test.o: cross-test.c native gcc-cross
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c