summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-03-10 01:35:15 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2023-03-10 01:35:15 -0500
commit9cc1878f0b22d6f9de0ef2fcc95a1966885b176a (patch)
treecd2581781158457c43a593f0d4da78898c022157
parent0247071f65b7a0ae86741632fc13921dddb2456b (diff)
remove crust binutils patch (merged upstream)wip-teres
-rw-r--r--libre-testing/uboot4extlinux-sunxi/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-testing/uboot4extlinux-sunxi/PKGBUILD b/libre-testing/uboot4extlinux-sunxi/PKGBUILD
index d52465ae9..77d7897ac 100644
--- a/libre-testing/uboot4extlinux-sunxi/PKGBUILD
+++ b/libre-testing/uboot4extlinux-sunxi/PKGBUILD
@@ -86,7 +86,6 @@ source+=(extlinux.conf
${pkgbase}.hook.in
install-uboot4extlinux.sh.in
generate-${pkgbase}-install-text.sh)
-source+=(crust_binutils-2.39_rwx-segments.patch::https://patch-diff.githubusercontent.com/raw/crust-firmware/crust/pull/210.patch)
# TODO: the libreboot uboot source-ball checksum doesn't correspond to the one in
# tests/u-boot-libre.sha512. This means that the tarball is not
@@ -234,10 +233,6 @@ _build_A64_firmware()
local crust_srcdir="${srcdir}"/crust-${_crust_ver}
local crust_outdir="${crust_srcdir}"/build/scp
- # FIXME: SCP firmware currently FTBS
- # /usr/lib/gcc/or1k-elf/12.2.0/../../../../or1k-elf/bin/ld:
- # warning: build/scp/scp.elf has a LOAD segment with RWX permissions
- # https://github.com/crust-firmware/crust/pull/210
export ARCH=or1k
export CROSS_COMPILE=or1k-elf-
@@ -363,14 +358,6 @@ prepare()
# TODO: While we're at it we could export SOURCE_DATE_SPOCH to try to
# make the u-boot package reporducible.
find -print0 | xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
-
- # FIXME: SCP firmware currently FTBS
- # /usr/lib/gcc/or1k-elf/12.2.0/../../../../or1k-elf/bin/ld:
- # warning: build/scp/scp.elf has a LOAD segment with RWX permissions
- # https://github.com/crust-firmware/crust/pull/210
- cd "${srcdir}"/crust-${_crust_ver}
- echo "applying crust_binutils-2.39_rwx-segments.patch"
- patch -Np1 < "${srcdir}"/crust_binutils-2.39_rwx-segments.patch
}
build()