index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/check-opcodes | 2 |
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 |