From 0c37ad8eb9f60b0e2be5d3361ee2ff74a53462a8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 28 Jan 2019 21:43:43 +0100 Subject: core/coreutils: added patch for uname -m return i486 on i486 --- core/coreutils/PKGBUILD | 7 +++++++ core/coreutils/coreutils-8.30-uname-i486.patch | Bin 0 -> 478 bytes 2 files changed, 7 insertions(+) create mode 100644 core/coreutils/PKGBUILD create mode 100644 core/coreutils/coreutils-8.30-uname-i486.patch (limited to 'core') diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD new file mode 100644 index 00000000..b44c7b41 --- /dev/null +++ b/core/coreutils/PKGBUILD @@ -0,0 +1,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 + diff --git a/core/coreutils/coreutils-8.30-uname-i486.patch b/core/coreutils/coreutils-8.30-uname-i486.patch new file mode 100644 index 00000000..f7872693 Binary files /dev/null and b/core/coreutils/coreutils-8.30-uname-i486.patch differ -- cgit v1.2.3-54-g00ecf