Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross Add mipsel-none-elf-{binutils,gcc}



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5afebfd65b6
branches:  trunk
changeset: 434670:c5afebfd65b6
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sat Jun 20 14:34:10 2020 +0000

description:
Add mipsel-none-elf-{binutils,gcc}

diffstat:

 cross/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9f8439e8f92 -r c5afebfd65b6 cross/Makefile
--- a/cross/Makefile    Sat Jun 20 14:33:35 2020 +0000
+++ b/cross/Makefile    Sat Jun 20 14:34:10 2020 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index