pinebookpro-uboot: remove stddef hack for musl

Fixed in 849570a814
This commit is contained in:
Piraty 2020-08-16 10:53:13 +02:00
parent 849570a814
commit 8a030ccff4

View file

@ -20,9 +20,6 @@ do_fetch() {
git clone https://git.eno.space/pbp-uboot.git
cd pbp-uboot
git reset --hard ${_commit_uboot}
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
touch include/stddef.h
fi
cd "${wrksrc}"
git clone https://github.com/ARM-software/arm-trusted-firmware.git