cross-armv7l-linux-gnueabihf: update to 0.21.
- Do not remove SYSROOT/bin symlink. - Update binutils, glibc and linux headers. - Sensible licenses=.
This commit is contained in:
parent
e520e44527
commit
634c765f94
1 changed files with 9 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'cross-armv7l-linux-gnueabihf'
|
# Template build file for 'cross-armv7l-linux-gnueabihf'
|
||||||
#
|
#
|
||||||
_binutils_version=2.25
|
_binutils_version=2.25.1
|
||||||
_gcc_version=4.9.3
|
_gcc_version=4.9.3
|
||||||
_glibc_version=2.21
|
_glibc_version=2.22
|
||||||
_linux_version=3.18.5
|
_linux_version=3.18.25
|
||||||
|
|
||||||
_triplet=armv7l-linux-gnueabihf
|
_triplet=armv7l-linux-gnueabihf
|
||||||
_fpuflags="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
_fpuflags="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
||||||
|
@ -11,22 +11,21 @@ _archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.20
|
version=0.21
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||||
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,LGPL-2.1"
|
||||||
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
|
||||||
http://ftp.gnu.org/gnu/glibc/glibc-${_glibc_version}.tar.xz
|
http://ftp.gnu.org/gnu/glibc/glibc-${_glibc_version}.tar.xz
|
||||||
http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_linux_version}.tar.xz"
|
http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="
|
checksum="b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22
|
||||||
22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923
|
|
||||||
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
||||||
aeeb362437965a5d3f40b151094ca79def04a115bd363fdd4a9a0c69482923b8
|
eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948
|
||||||
e4442436e59c74169e98d38d2e2a434c7b73f8eda0aa8f20e454eaf52270fc90"
|
c649874e2856101df7cefe5fdad313ebb2282a939fc1e95cf02222327745ff92"
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -256,7 +255,7 @@ do_install() {
|
||||||
# Remove unnecessary stuff
|
# Remove unnecessary stuff
|
||||||
rm -f ${DESTDIR}/usr/lib*/libiberty.a
|
rm -f ${DESTDIR}/usr/lib*/libiberty.a
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/{sbin,bin,lib,etc,var}
|
rm -rf ${DESTDIR}/${_sysroot}/{sbin,lib,etc,var}
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec}
|
||||||
rm -rf ${DESTDIR}/${_sysroot}/usr/lib/gconv
|
rm -rf ${DESTDIR}/${_sysroot}/usr/lib/gconv
|
||||||
rm -f ${DESTDIR}/${_sysroot}/libexec
|
rm -f ${DESTDIR}/${_sysroot}/libexec
|
||||||
|
|
Loading…
Reference in a new issue