OpenBSD FAQ update. Apparently gas from binutils-2.x makes it impossible to
authorAndy Polyakov <appro@openssl.org>
Sun, 12 Jan 2003 21:39:13 +0000 (21:39 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 12 Jan 2003 21:39:13 +0000 (21:39 +0000)
use gcc -fPIC ... on OpenBSD-i386. Alternative solution is provided.

FAQ

diff --git a/FAQ b/FAQ
index 9d1b0bb6c1b5149ea4400b3a8e44b0ef5821863e..bb2f21595deb04568ef1f5bedf8b27140849798b 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -577,10 +577,10 @@ As of 0.9.7 assembler routines were overhauled for position independence
 of the machine code, which is essential for shared library support. For
 some reason OpenBSD is equipped with an out-of-date GNU assembler which
 finds the new code offensive. To work around the problem, configure with
-no-asm (and sacrifice a great deal of performance) or upgrade /usr/bin/as.
+no-asm (and sacrifice a great deal of performance) or patch your assembler
+according to <URL: http://www.openssl.org/~appro/gas-1.92.3.OpenBSD.patch>.
 For your convenience a pre-compiled replacement binary is provided at
-http://www.openssl.org/~appro/i386-openbsd3-as, which is compiled from
-binutils-2.8 released in 1997.
+<URL: http://www.openssl.org/~appro/gas-1.92.3.OpenBSD.bin>.
 
 [PROG] ========================================================================