Update *-armhf aports to pass the testcases again
* gcc-armhf: has been updated upstream (minor code change without version bump) * musl-armhf: use default mirror from config instead of random other https mirror Rebuilding the packages is not required.
This commit is contained in:
parent
1c0ff6aa23
commit
2988251cc9
2 changed files with 4 additions and 2 deletions
|
@ -370,7 +370,9 @@ package() {
|
|||
rm -f "$pkgdir"/usr/lib/libffi* "$pkgdir"/usr/share/man/man3/ffi*
|
||||
find "$pkgdir" -name 'ffi*.h' | xargs rm -f
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/gdb/python/auto-load/usr/lib
|
||||
local gdblib=${_target:+$CTARGET/}lib
|
||||
mkdir -p "$pkgdir"/usr/share/gdb/python/auto-load/usr/$gdblib
|
||||
"$pkgdir"/usr/share/gdb/python/auto-load/usr/$gdblib/
|
||||
|
||||
paxmark -pmrs "$pkgdir"/$_gcclibexec/cc1
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgrel=9
|
|||
subpackages="musl-dev-armhf:package_dev"
|
||||
|
||||
_arch="armhf"
|
||||
_mirror="https://mirror1.hs-esslingen.de/pub/Mirrors/alpine/"
|
||||
_mirror="https://nl.alpinelinux.org/alpine/"
|
||||
|
||||
url="https://musl-libc.org"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue