From b78ac789c9cb68a670ff8a37221e545388315168 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 25 Jan 2020 11:42:46 +0000 Subject: crossdev: drop outdated msp430* and nios* toolchain lower bounds Signed-off-by: Sergei Trofimovich --- crossdev | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/crossdev b/crossdev index c370535..5dcd82d 100755 --- a/crossdev +++ b/crossdev @@ -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";; -- cgit v1.2.3-65-gdbad