From: Andy Polyakov Date: Sun, 26 Jun 2016 17:08:51 +0000 (+0200) Subject: Configurations/10-main.conf: fix PA-RISC commentary. X-Git-Tag: OpenSSL_1_1_0-pre6~333 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b919cc5d5832ddcc041440b279e27fcfcb01282;p=oweals%2Fopenssl.git Configurations/10-main.conf: fix PA-RISC commentary. Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 86dd4116c8..e28fb12b59 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -399,9 +399,9 @@ sub vms_info { # crypto/sha/sha_lcl.h. # - originally there were 32-bit hpux-parisc2-* targets. They were # scrapped, because a) they were not interchangeable with other 32-bit -# targets; a) when critical 32-bit assembly modules detect if they -# are executed on PA-RISC 2.0 and thus adequate performance is -# provided. +# targets; b) performance-critical 32-bit assembly modules implement +# even PA-RISC 2.0-specific code paths, which are chosen at run-time, +# thus adequate performance is provided even with PA-RISC 1.1 build. # "hpux-parisc-gcc" => { inherit_from => [ "BASE_unix" ],