Remove reference to deleted PROBLEMS file
authorMatt Caswell <matt@openssl.org>
Tue, 13 Jun 2017 12:02:13 +0000 (13:02 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Jun 2017 13:04:12 +0000 (14:04 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17)

docs/faq-4-build.txt

index 4cb895c72b333a41697aa4a81e4d1783e62f1a9e..efa754f969f010a4b9d6a6e52ee550bd1c2b1b46 100644 (file)
@@ -123,10 +123,7 @@ possible alternative might be to switch to GCC.
 * Test suite still fails, what to do?
 
 Another common reason for test failures is bugs in the toolchain
-or run-time environment.  Known cases of this are documented in the
-PROBLEMS file, please review it before you beat the drum. Even if you
-don't find anything in that file, please do consider the possibility
-of a compiler bug. Compiler bugs often appear in rather bizarre ways,
+or run-time environment. Compiler bugs often appear in rather bizarre ways,
 they never make sense, and tend to emerge when you least expect
 them. One thing to try is to reduce the level of optimization (such
 as by editing the CFLAG variable line in the top-level Makefile),