Commit a09abb2d by Richard Stallman

(cross-test): Depend on GCC_PARTS.

From-SVN: r3307
parent 5a5e4c2c
...@@ -474,7 +474,7 @@ rest.cross: libgcc.a float.h specs ...@@ -474,7 +474,7 @@ rest.cross: libgcc.a float.h specs
# Verify that it works to compile and link cross-test. # Verify that it works to compile and link cross-test.
# If it does, then there are sufficient replacements for libgcc1.a. # 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 $@ $(GCC_FOR_TARGET) $(GCC_CFLAGS) cross-test.o -o $@
cross-test.o: cross-test.c native gcc-cross cross-test.o: cross-test.c native gcc-cross
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment