aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-11-12 16:14:03 +0100
committerAndy Polyakov <appro@openssl.org>2016-11-15 00:23:34 +0100
commit1e19eacd6f68c771a23254be037adb2a5d129350 (patch)
treeb9c11782890971cd53638777c7a938b6684914e4 /Configurations
parentfe9e5b9ccce175d296c904486a29218c879adb73 (diff)
downloadopenssl-1e19eacd6f68c771a23254be037adb2a5d129350.tar.gz
Configurations/10-main.conf: remove obsolete flag from solaris-x86-gcc.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf10
1 files changed, 1 insertions, 9 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 4ea8f155f8..3aa519c990 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -190,17 +190,9 @@ sub vms_info {
# 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
- # to do it here because whenever GNU C instantiates an assembler
- # template it surrounds it with #APP #NO_APP comment pair which
- # (at least Solaris 7_x86) /usr/ccs/bin/as fails to assemble
- # with "Illegal mnemonic" error message.
inherit_from => [ "solaris-common", asm("x86_elf_asm") ],
cc => "gcc",
- cflags => add_before(picker(default => "-Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM",
+ cflags => add_before(picker(default => "-Wall -DL_ENDIAN",
debug => "-O0 -g",
release => "-O3 -fomit-frame-pointer"),
threads("-pthread")),