diff options
author | mef <mef@pkgsrc.org> | 2013-11-16 07:51:38 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-11-16 07:51:38 +0000 |
commit | 44155d647bbc515006a113389a277450dec9da1e (patch) | |
tree | 93ab75a8de99c8306d3bebf3fd71f5be6e45b99b /cross/Makefile | |
parent | 121a561116ddaa8821c541eac29cf4f5aeb05356 (diff) | |
download | pkgsrc-44155d647bbc515006a113389a277450dec9da1e.tar.gz |
-nios2-binutils
+nios2-binutils220
-nios2-gcc
+nios2-gcc3
+nios2-gcc41
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cross/Makefile b/cross/Makefile index 0d8e3246ca7..a8e08dff043 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2013/11/07 04:25:51 jnemeth Exp $ +# $NetBSD: Makefile,v 1.54 2013/11/16 07:51:38 mef Exp $ # COMMENT= Cross-platform development utilities @@ -39,8 +39,9 @@ SUBDIR+= mingw-gcc SUBDIR+= mingw-runtime-bin SUBDIR+= mingw-w32api-bin #SUBDIR+= nios2 # just contains makefile fragments -SUBDIR+= nios2-binutils -SUBDIR+= nios2-gcc +SUBDIR+= nios2-binutils220 +SUBDIR+= nios2-gcc3 +SUBDIR+= nios2-gcc41 SUBDIR+= uisp .include "../mk/misc/category.mk" |