diff options
author | mef <mef@pkgsrc.org> | 2013-11-18 06:43:03 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-11-18 06:43:03 +0000 |
commit | 27a05b3ad35377964e37941791460a704ef5ce3a (patch) | |
tree | 3bc04ce1a6a317cef7139d193f47822642c84809 /cross | |
parent | 6dcea84211ebdec3c28e1ae1926193f80274b69d (diff) | |
download | pkgsrc-27a05b3ad35377964e37941791460a704ef5ce3a.tar.gz |
-nios2-binutils220
+nios2-binutils
+nios2-gcc
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index a8e08dff043..a3240446acc 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2013/11/16 07:51:38 mef Exp $ +# $NetBSD: Makefile,v 1.55 2013/11/18 06:43:03 mef Exp $ # COMMENT= Cross-platform development utilities @@ -39,7 +39,8 @@ SUBDIR+= mingw-gcc SUBDIR+= mingw-runtime-bin SUBDIR+= mingw-w32api-bin #SUBDIR+= nios2 # just contains makefile fragments -SUBDIR+= nios2-binutils220 +SUBDIR+= nios2-binutils +SUBDIR+= nios2-gcc SUBDIR+= nios2-gcc3 SUBDIR+= nios2-gcc41 SUBDIR+= uisp |