From 3438a31fbb233a432a2c994ccfef30331e501ed6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 24 Mar 2018 20:55:48 +0100 Subject: bin/check-opcodes: fix error message --- bin/check-opcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf