summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2020-06-20 14:34:10 +0000
committerthorpej <thorpej@pkgsrc.org>2020-06-20 14:34:10 +0000
commit685a70325fed6beeb37eab92e343761b857cbfe0 (patch)
tree045b46931618d1dac88d0189cfe354fb79cc3603 /cross
parent995702f18e2b4ed83d37a2f6929cd2ccdba7ae4e (diff)
downloadpkgsrc-685a70325fed6beeb37eab92e343761b857cbfe0.tar.gz
Add mipsel-none-elf-{binutils,gcc}
Diffstat (limited to 'cross')
-rw-r--r--cross/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile
index a29fe558e7e..e6cbf5a0b7c 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2020/04/14 22:02:21 js Exp $
+# $NetBSD: Makefile,v 1.99 2020/06/20 14:34:10 thorpej Exp $
#
COMMENT= Cross-platform development utilities
@@ -57,6 +57,8 @@ SUBDIR+= mingw-w64-x86_64-gcc-bootstrap
SUBDIR+= mingw-w64-x86_64-gcc-winpthreads
SUBDIR+= mingw-w64-x86_64-headers
SUBDIR+= mingw-w64-x86_64-winpthreads
+SUBDIR+= mipsel-none-elf-binutils
+SUBDIR+= mipsel-none-elf-gcc
#SUBDIR+= nios2 # just contains makefile fragments
SUBDIR+= nios2-binutils
SUBDIR+= nios2-gcc