Commit 078811d9 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: fix arch x86_32

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ee93363f
......@@ -2294,7 +2294,7 @@ case "$arch" in
arch="sparc"
subarch="sparc64"
;;
i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
arch="x86"
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment