pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 21 07:38:45 UTC 2024

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
cross: + riscv64-*


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/cross/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/Makefile
diff -u pkgsrc/cross/Makefile:1.112 pkgsrc/cross/Makefile:1.113
--- pkgsrc/cross/Makefile:1.112 Tue Sep 26 21:20:42 2023
+++ pkgsrc/cross/Makefile       Thu Mar 21 07:38:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2023/09/26 21:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2024/03/21 07:38:45 wiz Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -74,6 +74,8 @@ SUBDIR+=      ppc-morphos-binutils
 SUBDIR+=       ppc-morphos-gcc-10
 SUBDIR+=       ppc-morphos-gcc-11
 SUBDIR+=       ppc-morphos-sdk
+SUBDIR+=       riscv64-none-elf-binutils
+SUBDIR+=       riscv64-none-elf-gcc
 SUBDIR+=       stlink
 SUBDIR+=       uisp
 SUBDIR+=       xtensa-esp32-elf-binutils



Home | Main Index | Thread Index | Old Index