summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-27 14:27:48 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-27 14:27:48 +0000
commit76a03d568e9592d41cc0b8b2ced16dc612bff130 (patch)
tree9221b9ea4ad4447788545157a88d0b152af77df6 /FAQ
parent7c03f26393fb86d23ecb164b8a84ece840040b55 (diff)
FAQ addenum as discussed in RT#417.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ7
1 files changed, 6 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 48566d6646..f4af810fa4 100644
--- a/FAQ
+++ b/FAQ
@@ -562,7 +562,12 @@ identifiers match? If they don't, then you most likely failed to run
./config and you're hereby advised to do so before filing a bug report.
If ./config itself fails to run, then it's most likely problem with your
local environment and you should turn to your system administrator (or
-similar).
+similar). If identifiers match (and/or no alternative identifier is
+suggested by ./config script), then the platform is unsupported. There might
+or might not be a workaround. Most notably on SPARC64 platforms with GNU
+C compiler you should be able to produce a working build by running
+'./config -m32'. I understand that -m32 might not be what you want/need,
+but the build should be operational.
[PROG] ========================================================================