cross-mipsel-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
213d42cafb
commit
80d3a598da
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
_binutils_version=2.25.1
|
_binutils_version=2.25.1
|
||||||
_gcc_version=4.9.3
|
_gcc_version=4.9.3
|
||||||
_musl_version=1.1.12
|
_musl_version=1.1.12
|
||||||
_linux_version=3.10.6
|
_linux_version=3.10.94
|
||||||
|
|
||||||
_triplet=mipsel-linux-musl
|
_triplet=mipsel-linux-musl
|
||||||
_fpuflags="--with-float=soft --without-fp"
|
_fpuflags="--with-float=soft --without-fp"
|
||||||
|
@ -11,12 +11,12 @@ _archflags="-march=mips32r2 -msoft-float"
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.21
|
||||||
revision=4
|
revision=1
|
||||||
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
license="Public Domain"
|
license="GPL-3, GPL-2, MIT"
|
||||||
distfiles="
|
distfiles="
|
||||||
http://ftp.gnu.org/pub/gnu/binutils/binutils-${_binutils_version}.tar.bz2
|
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://ftp.gnu.org/pub/gnu/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.bz2
|
||||||
|
@ -24,7 +24,7 @@ distfiles="
|
||||||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||||
checksum="b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
|
checksum="b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
|
||||||
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
||||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf
|
61a700b21ad951c8bc2ed9d3ff3c3c5c6e4124a1f2808f786745d568290cba7f
|
||||||
720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e"
|
720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e"
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -206,7 +206,7 @@ do_install() {
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
||||||
rm -f ${DESTDIR}/${_sysroot}/libexec
|
rm -f ${DESTDIR}/${_sysroot}/libexec
|
||||||
rm -f ${DESTDIR}/${_sysroot}/lib/*.py
|
rm -f ${DESTDIR}/${_sysroot}/lib/*.py
|
||||||
rm -f ${DESTDIR}/${_sysroot}/{bin,sbin,lib}
|
rm -f ${DESTDIR}/${_sysroot}/{sbin,lib}
|
||||||
}
|
}
|
||||||
|
|
||||||
cross-mipsel-linux-musl-libc_package() {
|
cross-mipsel-linux-musl-libc_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue