commit: d1819e52b899109a2d69692e55ba8b002c1bcd95
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 22:21:42 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 22:21:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d1819e52
crossdev: switch nios to mainline packages
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
crossdev | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/crossdev b/crossdev
index f900215..62b6c3d 100755
--- a/crossdev
+++ b/crossdev
@@ -241,8 +241,10 @@ parse_target() {
DVER=">=7.7";;
nios2*)
- BPKG="binutils-nios2";
- GPKG="gcc-nios2";;
+ BVER=">=2.24";
+ GVER=">=4.9.1";
+ LVER=">=2.21";
+ KVER=">=4.0";;
spu*) TARCH=ppc64;
KPKG="[none]";