From 06ee31ced06766a98eaf14ffe581ac43b88bb1fd Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 2 Jun 2017 22:02:14 +0200 Subject: [PATCH] Update gcc-armhf, musl-armhf to upstream --- gcc-armhf/APKBUILD | 1 + musl-armhf/APKBUILD | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc-armhf/APKBUILD b/gcc-armhf/APKBUILD index c202f7984..c9d61a9fb 100644 --- a/gcc-armhf/APKBUILD +++ b/gcc-armhf/APKBUILD @@ -255,6 +255,7 @@ build() { # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71989 case "$CTARGET" in aarch64-*-*-*) _arch_configure="--with-arch=armv8-a --with-abi=lp64 --disable-bootstrap";; + armv5-*-*-*eabi) _arch_configure="--with-arch=armv5te --with-tune=arm926ej-s --with-float=soft --with-abi=aapcs-linux";; armv6-*-*-*eabihf) _arch_configure="--with-arch=armv6zk --with-tune=arm1176jzf-s --with-fpu=vfp --with-float=hard --with-abi=aapcs-linux";; armv7-*-*-*eabihf) _arch_configure="--with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb";; mipsel-*-*-*) _arch_configure="--with-arch-32=mips2 --with-tune-32=mips32 --with-fp-32=32 --with-mips-plt --with-float=hard --with-abi=32";; diff --git a/musl-armhf/APKBUILD b/musl-armhf/APKBUILD index a7a07350c..2bf9af563 100644 --- a/musl-armhf/APKBUILD +++ b/musl-armhf/APKBUILD @@ -46,5 +46,5 @@ package_dev() { done } -sha512sums="2bebf6dfabb37d564a7fa9f0b2d0cc0d11c25880ee15aa8a0b63b03782d076047282752c37a88ca035bb3f2c3d9cd48f359e67cd11957f305fb8f59a641f3319 musl-dev-1.1.16-r10-armhf.apk -31d68ab89f90da5315bae6302a768e687763601ae01cdf2258d85490dad18018872f316ee0e17e748779f64d1582dbc76f4c0b9b2370bdca8cfb1ff44df8539b musl-1.1.16-r10-armhf.apk" +sha512sums="31d68ab89f90da5315bae6302a768e687763601ae01cdf2258d85490dad18018872f316ee0e17e748779f64d1582dbc76f4c0b9b2370bdca8cfb1ff44df8539b musl-1.1.16-r10-armhf.apk +2bebf6dfabb37d564a7fa9f0b2d0cc0d11c25880ee15aa8a0b63b03782d076047282752c37a88ca035bb3f2c3d9cd48f359e67cd11957f305fb8f59a641f3319 musl-dev-1.1.16-r10-armhf.apk" \ No newline at end of file