From 8f28aa336ed35c60d313f448ac16289c0e8d16f2 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 10 May 1995 18:22:00 +0000 Subject: [PATCH] * Makefile.in (libgcc1-test): Tell the user to ignore warnings. From-SVN: r9612 --- gcc/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 0e50270..b16dc53 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -638,6 +638,7 @@ rest.cross: $(LIBGCC) gfloat.h specs # Verify that it works to compile and link libgcc1-test. # If it does, then there are sufficient replacements for libgcc1.a. 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 -- 2.7.4