Commit 0f17bc64 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun Committed by Michael Niedermayer

Improve the detection of architecture x86.

This fixes building on Debian GNU/Hurd.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 58632070
......@@ -3538,7 +3538,7 @@ case "$arch" in
tilegx|tile-gx)
arch="tilegx"
;;
i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|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