提交 fe9e5b9c 编写于 作者: A Andy Polyakov

Configurations/10-main.conf: document GCC for Solaris config constraint.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 022696ca
...@@ -187,6 +187,12 @@ sub vms_info { ...@@ -187,6 +187,12 @@ sub vms_info {
}, },
#### Solaris x86 with GNU C setups #### Solaris x86 with GNU C setups
"solaris-x86-gcc" => { "solaris-x86-gcc" => {
# NB. GNU C has to be configured to use GNU assembler, and not
# /usr/ccs/bin/as. Failure to comply will result in compile
# failures [at least] in 32-bit build.
# [Above statement is in direct contradition with one below.
# Latter is kept, because it's formally inappropriate to
# modify compile flags in letter release.]
# -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have # -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have
# to do it here because whenever GNU C instantiates an assembler # to do it here because whenever GNU C instantiates an assembler
# template it surrounds it with #APP #NO_APP comment pair which # template it surrounds it with #APP #NO_APP comment pair which
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册