From 0b919cc5d5832ddcc041440b279e27fcfcb01282 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 26 Jun 2016 19:08:51 +0200 Subject: [PATCH] Configurations/10-main.conf: fix PA-RISC commentary. Reviewed-by: Rich Salz --- Configurations/10-main.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ], -- 2.25.1