commit:     b78ac789c9cb68a670ff8a37221e545388315168
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:42:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:42:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=b78ac789

crossdev: drop outdated msp430* and nios* toolchain lower bounds

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 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";;

Reply via email to