summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-24 20:55:48 +0100
committerErich Eckner <git@eckner.net>2018-03-24 20:55:48 +0100
commit3438a31fbb233a432a2c994ccfef30331e501ed6 (patch)
tree8538f349fa4f42b19bcfc9f89ff57eb27579c44f /bin
parentd60b4867f2cd03b23dfb7b76aaee4d68017ec384 (diff)
downloadbuilder-3438a31fbb233a432a2c994ccfef30331e501ed6.tar.xz
bin/check-opcodes: fix error message
Diffstat (limited to 'bin')
-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