cross-aarch64-linux-musl: do not remove gcc's stddef.h
224951e9dd7820f31ffce0fbe853e860bb37accc forgot to address aarch64-musl, possibly because it was added around that time.
This commit is contained in:
parent
37d726c9f4
commit
849570a814
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.33
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
@ -284,8 +284,7 @@ do_install() {
|
||||
make DESTDIR=${DESTDIR}/${_sysroot} install
|
||||
|
||||
# Remove useless headers.
|
||||
rm -rf ${DESTDIR}/usr/lib/gcc/${_triplet}/*/include-fixed/ \
|
||||
${DESTDIR}/usr/lib/gcc/${_triplet}/*/include/stddef.h
|
||||
rm -rf ${DESTDIR}/usr/lib/gcc/${_triplet}/*/include-fixed
|
||||
|
||||
# Make ld-musl.so symlinks relative.
|
||||
ln -sf libc.so ${DESTDIR}/${_sysroot}/usr/lib/ld-musl-aarch64.so.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user