cross-mips-linux-musl: update to 0.21.
- Do not remove SYSROOT/bin symlink. - Update binutils, glibc/musl and linux headers. - Sensible licenses=.
This commit is contained in:
parent
ebaa1b9855
commit
213d42cafb
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'cross-mips-linux-musl'
|
||||
#
|
||||
_binutils_version=2.24
|
||||
_binutils_version=2.25.1
|
||||
_gcc_version=4.9.3
|
||||
_musl_version=1.1.10
|
||||
_linux_version=3.10.6
|
||||
_musl_version=1.1.12
|
||||
_linux_version=3.10.94
|
||||
|
||||
_triplet=mips-linux-musl
|
||||
_fpuflags="--with-float=soft --without-fp"
|
||||
|
@ -11,22 +11,21 @@ _archflags="-march=mips32r2 -msoft-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.20
|
||||
revision=3
|
||||
version=0.21
|
||||
revision=1
|
||||
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="Public Domain"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
http://ftp.gnu.org/pub/gnu/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.bz2
|
||||
http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_linux_version}.tar.xz
|
||||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
|
||||
checksum="b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
|
||||
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf
|
||||
45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c"
|
||||
61a700b21ad951c8bc2ed9d3ff3c3c5c6e4124a1f2808f786745d568290cba7f
|
||||
720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e"
|
||||
|
||||
lib32disabled=yes
|
||||
nocross=yes
|
||||
|
@ -207,7 +206,7 @@ do_install() {
|
|||
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
||||
rm -f ${DESTDIR}/${_sysroot}/libexec
|
||||
rm -f ${DESTDIR}/${_sysroot}/lib/*.py
|
||||
rm -f ${DESTDIR}/${_sysroot}/{bin,sbin,lib}
|
||||
rm -f ${DESTDIR}/${_sysroot}/{sbin,lib}
|
||||
}
|
||||
|
||||
cross-mips-linux-musl-libc_package() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user