summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/check-opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-opcodes b/bin/check-opcodes
index caa7d89..2efbce5 100755
--- a/bin/check-opcodes
+++ b/bin/check-opcodes
@@ -108,7 +108,7 @@ case $ARCH in
OPCODE_ARGS='-s SSE2 -s SSE3'
;;
*)
- echo "ERROR: architecture must currently be one of i486 and i686" >&2
+ echo "ERROR: architecture must currently be one of i486, i686 and pentium3" >&2
usage
exit 1
esac