Revert "envkernel.sh: fallback to old armhf hostspec (!1786)" (!1813)

The relevant packages have been rebuilt now so we can remove this
workaround.

This reverts commit 9cf3e741a1.
This commit is contained in:
Luca Weiss 2019-09-18 13:43:46 +02:00 committed by Oliver Smith
parent 90c16aff78
commit ff4965ddfc
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 0 additions and 13 deletions

View File

@ -178,19 +178,6 @@ set_alias_make() {
cross_compiler="/usr/bin/$prefix-"
fi
# Workaround for issue #1784 (can be removed after the following packages
# have been rebuilt with current abuild: binutils-armhf, gcc-armhf,
# gcc4-armhf, gcc6-armhf, musl-armhf)
if [ "$deviceinfo_arch" = "armhf" ] \
&& ! [ -e "${chroot}${cross_compiler}gcc" ]; then
echo "NOTE: using old armhf cross compiler name (#1784)"
_old="armv6-alpine-linux-muslgnueabihf"
_new="armv6-alpine-linux-musleabihf"
cc="$(echo "$cc" | sed "s/$_new/$_old/")"
cross_compiler="$(echo "$cross_compiler" | sed "s/$_new/$_old/")"
unset _old _new
fi
# Build make command
cmd="echo '*** pmbootstrap envkernel.sh active for $PWD! ***';"
cmd="$cmd pmbootstrap -q chroot --user --"