aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-05-10 18:22:00 +0000
committerDoug Evans <dje@gnu.org>1995-05-10 18:22:00 +0000
commit8f28aa336ed35c60d313f448ac16289c0e8d16f2 (patch)
tree6b1255c75b1be7230b36ad33c739b911f00a0689 /gcc
parent0d5b1231b3e2263b1fd9ef8642876486f9cd5231 (diff)
downloadgcc-8f28aa336ed35c60d313f448ac16289c0e8d16f2.zip
gcc-8f28aa336ed35c60d313f448ac16289c0e8d16f2.tar.gz
gcc-8f28aa336ed35c60d313f448ac16289c0e8d16f2.tar.bz2
* Makefile.in (libgcc1-test): Tell the user to ignore warnings.
From-SVN: r9612
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 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