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:
parent
413fa5ee3f
commit
8df93a7825
4 changed files with 6 additions and 4 deletions
1
srcpkgs/cross-arm-linux-gnueabihf7/cross-arm-linux-gnueabihf7
Symbolic link
1
srcpkgs/cross-arm-linux-gnueabihf7/cross-arm-linux-gnueabihf7
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cross-arm-linux-gnueabihf7
|
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'cross-armv7l-linux-gnueabihf'
|
# Template build file for 'cross-arm-linux-gnueabihf7'
|
||||||
#
|
#
|
||||||
_binutils_version=2.24
|
_binutils_version=2.24
|
||||||
_gcc_version=4.9.1
|
_gcc_version=4.9.1
|
||||||
_glibc_version=2.19
|
_glibc_version=2.19
|
||||||
_linux_version=3.10.6
|
_linux_version=3.10.6
|
||||||
|
|
||||||
_triplet=armv7l-linux-gnueabihf
|
_triplet=arm-linux-gnueabihf7
|
||||||
_fpuflags="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
_fpuflags="--with-arch=armv7-a --with-fpu=vfpv3 --with-float=hard"
|
||||||
_archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
_archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
||||||
_CROSS_SYSROOT="/usr/${_triplet}"
|
_CROSS_SYSROOT="/usr/${_triplet}"
|
||||||
|
@ -31,6 +31,8 @@ checksum="
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
replaces="cross-armv7l-linux-gnueabihf>=0 cross-armv7l-linux-gnueabihf-libc>=0"
|
||||||
|
|
||||||
hostmakedepends="perl flex"
|
hostmakedepends="perl flex"
|
||||||
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel"
|
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel"
|
||||||
depends="${pkgname}-libc-${version}_${revision}"
|
depends="${pkgname}-libc-${version}_${revision}"
|
||||||
|
@ -283,7 +285,7 @@ do_clean() {
|
||||||
rm -rf /usr/libexec/gcc/${_triplet}
|
rm -rf /usr/libexec/gcc/${_triplet}
|
||||||
}
|
}
|
||||||
|
|
||||||
cross-armv7l-linux-gnueabihf-libc_package() {
|
cross-arm-linux-gnueabihf7-libc_package() {
|
||||||
short_desc+=" - glibc files"
|
short_desc+=" - glibc files"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
|
@ -1 +0,0 @@
|
||||||
cross-armv7l-linux-gnueabihf
|
|
Loading…
Add table
Add a link
Reference in a new issue