提交 83ed4914 编写于 作者: U Ulf Möller

bug fix.

PR: 1326
Submitted by: John Skodon
上级 67d99090
...@@ -725,9 +725,9 @@ case "$GUESSOS" in ...@@ -725,9 +725,9 @@ case "$GUESSOS" in
fi fi
fi fi
elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU 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 elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU
OUT="hpux-parisc-${CC} OUT="hpux-parisc-${CC}"
else # Motorola(?) CPU else # Motorola(?) CPU
OUT="hpux-$CC" OUT="hpux-$CC"
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册