Commit 0b919cc5 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Configurations/10-main.conf: fix PA-RISC commentary.



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5fc77684
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
#					<appro@fy.chalmers.se>
    "hpux-parisc-gcc" => {
        inherit_from     => [ "BASE_unix" ],