cross-armv7l-linux-gnueabihf -> cross-arm-linux-gnueabihf7.

armv7l is not a valid machine type, and config.sub does not accept it.
Let's switch to the original triplet instead.
This commit is contained in:
Juan RP 2014-09-07 09:05:47 +02:00
parent 413fa5ee3f
commit 8df93a7825
4 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1 @@
cross-arm-linux-gnueabihf7

View File

@ -1,11 +1,11 @@
# Template build file for 'cross-armv7l-linux-gnueabihf'
# Template build file for 'cross-arm-linux-gnueabihf7'
#
_binutils_version=2.24
_gcc_version=4.9.1
_glibc_version=2.19
_linux_version=3.10.6
_triplet=armv7l-linux-gnueabihf
_triplet=arm-linux-gnueabihf7
_fpuflags="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
_archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
_CROSS_SYSROOT="/usr/${_triplet}"
@ -31,6 +31,8 @@ checksum="
lib32disabled=yes
nocross=yes
create_wrksrc=yes
replaces="cross-armv7l-linux-gnueabihf>=0 cross-armv7l-linux-gnueabihf-libc>=0"
hostmakedepends="perl flex"
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel"
depends="${pkgname}-libc-${version}_${revision}"
@ -283,7 +285,7 @@ do_clean() {
rm -rf /usr/libexec/gcc/${_triplet}
}
cross-armv7l-linux-gnueabihf-libc_package() {
cross-arm-linux-gnueabihf7-libc_package() {
short_desc+=" - glibc files"
noarch=yes
nostrip=yes

View File

@ -1 +0,0 @@
cross-armv7l-linux-gnueabihf