diff options
author | maya <maya@pkgsrc.org> | 2019-10-04 16:05:09 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-10-04 16:05:09 +0000 |
commit | 2a77301d0b74a03c97c9e0bf6e8c82f08aa45b6b (patch) | |
tree | 99238c2af820295674bf4202e6b79a999be30537 /cross/Makefile | |
parent | 8f8a922e21609faef725f979d43a1cc458ef31c4 (diff) | |
download | pkgsrc-2a77301d0b74a03c97c9e0bf6e8c82f08aa45b6b.tar.gz |
nios2-gcc3: remove. The compiler built from this package hangs during the
build.
We have other nios2-gcc packages. (And it's still in the latest GCC sources)
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index 9c9f8d6b43b..5e7ed62ce6f 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/09/20 15:20:58 bouyer Exp $ +# $NetBSD: Makefile,v 1.90 2019/10/04 16:05:09 maya Exp $ # COMMENT= Cross-platform development utilities @@ -61,7 +61,6 @@ SUBDIR+= mingw-w64-x86_64-winpthreads #SUBDIR+= nios2 # just contains makefile fragments SUBDIR+= nios2-binutils SUBDIR+= nios2-gcc -SUBDIR+= nios2-gcc3 SUBDIR+= nios2-gcc41 SUBDIR+= objconv SUBDIR+= or1k-none-elf-binutils |