diff options
author | ulf <ulf> | 2006-05-06 18:26:12 +0000 |
---|---|---|
committer | ulf <ulf> | 2006-05-06 18:26:12 +0000 |
commit | 183b115d46ef6e94cabad96a9a9eeee5119823b2 (patch) | |
tree | d4dcff18e5ea945b01919ba2b9a0cdaafafd9b72 /config | |
parent | ed3f2b8ab3ab9aeaaefa481950ca33f816e31e0f (diff) | |
download | openssl-183b115d46ef6e94cabad96a9a9eeee5119823b2.tar.gz |
bug fix.
PR: 1326
Submitted by: John Skodon
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -725,9 +725,9 @@ case "$GUESSOS" in fi fi elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU - OUT="hpux-parisc-${CC} + OUT="hpux-parisc-${CC}" elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU - OUT="hpux-parisc-${CC} + OUT="hpux-parisc-${CC}" else # Motorola(?) CPU OUT="hpux-$CC" fi |