diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-25 11:42:46 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-25 11:42:46 +0000 |
commit | b78ac789c9cb68a670ff8a37221e545388315168 (patch) | |
tree | ed2747f2fce6dbe1a923a699e3fe4f0bada011b6 | |
parent | crossdev: disable default ssp support on x86 and ppc on musl (diff) | |
download | crossdev-b78ac789c9cb68a670ff8a37221e545388315168.tar.gz crossdev-b78ac789c9cb68a670ff8a37221e545388315168.tar.bz2 crossdev-b78ac789c9cb68a670ff8a37221e545388315168.zip |
crossdev: drop outdated msp430* and nios* toolchain lower bounds
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rwxr-xr-x | crossdev | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -270,18 +270,6 @@ parse_target() { die "'${CTARGET}' target is not supported anymore, use i686-w64-mingw32" ;; - msp430*) - BVER=">=2.24.90"; - GVER=">=4.9.1"; - LVER=">=2.1.0"; - DVER=">=7.7";; - - nios2*) - BVER=">=2.24"; - GVER=">=4.9.1"; - LVER=">=2.21"; - KVER=">=4.0";; - spu*) TARCH=ppc64; KPKG="[none]"; LPKG="newlib";; |