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 Oct 20 06:47:36 UTC 2022

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
cross/Makefile: sort


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/cross/Makefile:1.105
--- pkgsrc/cross/Makefile:1.104 Mon Oct 17 13:25:31 2022
+++ pkgsrc/cross/Makefile       Thu Oct 20 06:47:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2022/10/17 13:25:31 js Exp $
+# $NetBSD: Makefile,v 1.105 2022/10/20 06:47:36 wiz Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -70,9 +70,9 @@ SUBDIR+=      pdp11-aout-gcc
 SUBDIR+=       powerpc-none-elf-binutils
 SUBDIR+=       powerpc-none-elf-gcc
 SUBDIR+=       ppc-morphos-binutils
-SUBDIR+=       ppc-morphos-gcc-9
 SUBDIR+=       ppc-morphos-gcc-10
 SUBDIR+=       ppc-morphos-gcc-11
+SUBDIR+=       ppc-morphos-gcc-9
 SUBDIR+=       ppc-morphos-sdk
 SUBDIR+=       stlink
 SUBDIR+=       uisp



Home | Main Index | Thread Index | Old Index