summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-10 18:22:00 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-10 18:22:00 +0000
commit55e4040206f32c903ec3bd38549c35e301fd405e (patch)
tree6b1255c75b1be7230b36ad33c739b911f00a0689 /gcc
parent7c130fb71c783fe525cdff0ce3246f40f73b9b80 (diff)
downloadgcc-55e4040206f32c903ec3bd38549c35e301fd405e.tar.gz
* Makefile.in (libgcc1-test): Tell the user to ignore warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9612 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0e50270af5c..b16dc532b44 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