diff --git a/aports/gcc-armhf/APKBUILD b/aports/gcc-armhf/APKBUILD index c202f798..c9d61a9f 100644 --- a/aports/gcc-armhf/APKBUILD +++ b/aports/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/aports/musl-armhf/APKBUILD b/aports/musl-armhf/APKBUILD index a7a07350..2bf9af56 100644 --- a/aports/musl-armhf/APKBUILD +++ b/aports/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