diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-23 20:16:48 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-23 20:16:48 +0000 |
commit | a09abb2daebe35a8edc63138dbaf1c4fc955d3e8 (patch) | |
tree | e138f32ba235d42405322c3824511083339f78bc /gcc | |
parent | 5a5e4c2caa515d44a6fa6b56198166541eefa5d2 (diff) | |
download | gcc-a09abb2daebe35a8edc63138dbaf1c4fc955d3e8.zip gcc-a09abb2daebe35a8edc63138dbaf1c4fc955d3e8.tar.gz gcc-a09abb2daebe35a8edc63138dbaf1c4fc955d3e8.tar.bz2 |
(cross-test): Depend on GCC_PARTS.
From-SVN: r3307
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 93704b7..59e95b0 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 |