diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-11-07 04:25:51 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-11-07 04:25:51 +0000 |
commit | 7763387d1e63bef1e619759728f3de17d6f4e96e (patch) | |
tree | 304b239d5a23b60f1ab0facad6c68b9d6012d186 /cross | |
parent | fed6e07352c4e91133720ece76797d8fab46cdbd (diff) | |
download | pkgsrc-7763387d1e63bef1e619759728f3de17d6f4e96e.tar.gz |
add commented out entry for nios2 as it just contains makefile fragments
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index e9adfb1414f..0d8e3246ca7 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2013/11/03 10:22:45 mef Exp $ +# $NetBSD: Makefile,v 1.53 2013/11/07 04:25:51 jnemeth Exp $ # COMMENT= Cross-platform development utilities @@ -38,6 +38,7 @@ SUBDIR+= mingw-binutils SUBDIR+= mingw-gcc SUBDIR+= mingw-runtime-bin SUBDIR+= mingw-w32api-bin +#SUBDIR+= nios2 # just contains makefile fragments SUBDIR+= nios2-binutils SUBDIR+= nios2-gcc SUBDIR+= uisp |