Commit 3e854cf7 by J"orn Rennecke Committed by Joern Rennecke

* Makefile.in (libgcc1-test.o): Depends on stmp-int-hdrs.

From-SVN: r39021
parent 400023a3
Sun Jan 14 22:31:30 2001 J"orn Rennecke <amylaar@redhat.com>
* Makefile.in (libgcc1-test.o): Depends on stmp-int-hdrs.
2001-01-14 Neil Booth <neil@daikokuya.demon.co.uk>
* c-parse.in (finish_parse): Add comment about cpp_destroy.
......
......@@ -951,7 +951,7 @@ libgcc1-test: libgcc1-test.o native $(GCC_PARTS)
@echo "Testing libgcc1. Ignore linker warning messages."
$(GCC_FOR_TARGET) $(GCC_CFLAGS) libgcc1-test.o -o libgcc1-test \
-nostartfiles -nostdlib `$(GCC_FOR_TARGET) --print-libgcc-file-name`
libgcc1-test.o: libgcc1-test.c native xgcc$(exeext)
libgcc1-test.o: libgcc1-test.c native xgcc$(exeext) stmp-int-hdrs
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/libgcc1-test.c
# Recompile all the language-independent object files.
......
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