blob: b44c7b41c6a534f094c6ed709c427c14bc1f41c9 (
plain)
1
2
3
4
5
6
7
|
# 486-specific
if [ "${CARCH}" = "i486" ]; then
# make uname return i486 instead of i686 when used with setarch
source+=('coreutils-8.30-uname-i486.patch')
md5sums+=('92eefec217ca59608a2e1b9ae7debf64')
fi
|